summaryrefslogtreecommitdiff
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-04-14 20:38:49 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-04-14 20:40:31 -0800
commit819f2dde79241915a6edda2c20bb4ca5d4017030 (patch)
treeb165cdf270fd14e98ecfa4affe57943c6854529e /include/linux/bio.h
parent03bc9d71b13e6f8e879894f93ea16f1f4a8280c9 (diff)
Update bcachefs sources to f026e4e024
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 94e9048d..49d26b53 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -288,8 +288,8 @@ static inline void bio_flush_dcache_pages(struct bio *bi)
{
}
-extern void bio_copy_data_iter(struct bio *dst, struct bvec_iter dst_iter,
- struct bio *src, struct bvec_iter src_iter);
+extern void bio_copy_data_iter(struct bio *dst, struct bvec_iter *dst_iter,
+ struct bio *src, struct bvec_iter *src_iter);
extern void bio_copy_data(struct bio *dst, struct bio *src);
extern int bio_alloc_pages(struct bio *bio, gfp_t gfp);