diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-11 17:03:02 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-14 18:18:06 +0300 |
commit | 3f7c624aa58f769e0313ca3310704c5d88ac99ce (patch) | |
tree | 77cd341f0df739880d0cc454a8f0d3512e4510da /include | |
parent | 3e1de31b9bf608c5b35e2d0d134eb87f2a9ba4ae (diff) | |
download | linux-3f7c624aa58f769e0313ca3310704c5d88ac99ce.tar.xz |
block: remove bio_destructor_t
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blk_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 53ee1a2acd4f..cd395ecec99d 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -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 /* |