aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bio.h1
-rw-r--r--include/linux/blk_types.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 76f6c252baff..04944c91fae7 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -216,7 +216,6 @@ extern struct bio *bio_alloc(gfp_t, unsigned int);
216extern struct bio *bio_kmalloc(gfp_t, unsigned int); 216extern struct bio *bio_kmalloc(gfp_t, unsigned int);
217extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *); 217extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *);
218extern void bio_put(struct bio *); 218extern void bio_put(struct bio *);
219extern void bio_free(struct bio *, struct bio_set *);
220 219
221extern void bio_endio(struct bio *, int); 220extern void bio_endio(struct bio *, int);
222struct request_queue; 221struct request_queue;
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index 1b607c247d72..3eefbb291192 100644
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@ -84,11 +84,8 @@ struct bio {
84 84
85 struct bio_vec *bi_io_vec; /* the actual vec list */ 85 struct bio_vec *bi_io_vec; /* the actual vec list */
86 86
87 /* If bi_pool is non NULL, bi_destructor is not called */
88 struct bio_set *bi_pool; 87 struct bio_set *bi_pool;
89 88
90 bio_destructor_t *bi_destructor; /* destructor */
91
92 /* 89 /*
93 * We can inline a number of vecs at the end of the bio, to avoid 90 * We can inline a number of vecs at the end of the bio, to avoid
94 * double allocations for a small number of bio_vecs. This member 91 * double allocations for a small number of bio_vecs. This member