aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index fe12d0f9ebaa..fb97221d7c30 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -300,9 +300,7 @@ struct bio_pair {
300 atomic_t cnt; 300 atomic_t cnt;
301 int error; 301 int error;
302}; 302};
303extern struct bio_pair *bio_split(struct bio *bi, mempool_t *pool, 303extern struct bio_pair *bio_split(struct bio *bi, int first_sectors);
304 int first_sectors);
305extern mempool_t *bio_split_pool;
306extern void bio_pair_release(struct bio_pair *dbio); 304extern void bio_pair_release(struct bio_pair *dbio);
307 305
308extern struct bio_set *bioset_create(int, int); 306extern struct bio_set *bioset_create(int, int);