]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
block: remove bio_destructor_t
authorChristoph Hellwig <hch@lst.de>
Sun, 11 Sep 2016 14:03:02 +0000 (16:03 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 14 Sep 2016 15:18:06 +0000 (09:18 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/blk_types.h

index 53ee1a2acd4fde4a8ea0998c973c0e4ac360df2e..cd395ecec99d0151f6caf405cb5653342b397182 100644 (file)
@@ -16,7 +16,6 @@ struct block_device;
 struct io_context;
 struct cgroup_subsys_state;
 typedef void (bio_end_io_t) (struct bio *);
-typedef void (bio_destructor_t) (struct bio *);
 
 #ifdef CONFIG_BLOCK
 /*