aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMartin K. Petersen <martin.petersen@oracle.com>2014-09-26 19:19:58 -0400
committerJens Axboe <axboe@fb.com>2014-09-27 11:14:50 -0400
commit5f9378fa9ca214977b5bfc12197c67eea450fc40 (patch)
treef70421eac08925422a3124989450e4f8b8ebf6ce /include/linux
parent8492b68bc4025e7bce1d57761bd7c047efda2f81 (diff)
block: Remove bip_buf
bip_buf is not really needed so we can remove it. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 63a0e53e238c..448d8c052cb7 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -310,9 +310,6 @@ struct bio_integrity_payload {
310 310
311 struct bvec_iter bip_iter; 311 struct bvec_iter bip_iter;
312 312
313 /* kill - should just use bip_vec */
314 void *bip_buf; /* generated integrity data */
315
316 bio_end_io_t *bip_end_io; /* saved I/O completion fn */ 313 bio_end_io_t *bip_end_io; /* saved I/O completion fn */
317 314
318 unsigned short bip_slab; /* slab the bip came from */ 315 unsigned short bip_slab; /* slab the bip came from */