diff options
author | Christoph Hellwig <[email protected]> | 2016-09-11 16:03:02 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2016-09-14 09:18:06 -0600 |
commit | 3f7c624aa58f769e0313ca3310704c5d88ac99ce (patch) | |
tree | 77cd341f0df739880d0cc454a8f0d3512e4510da | |
parent | 3e1de31b9bf608c5b35e2d0d134eb87f2a9ba4ae (diff) |
block: remove bio_destructor_t
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
-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 /* |