summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-09-11 16:03:02 +0200
committerJens Axboe <axboe@fb.com>2016-09-14 09:18:06 -0600
commit3f7c624aa58f769e0313ca3310704c5d88ac99ce (patch)
tree77cd341f0df739880d0cc454a8f0d3512e4510da
parent3e1de31b9bf608c5b35e2d0d134eb87f2a9ba4ae (diff)
downloadop-kernel-dev-3f7c624aa58f769e0313ca3310704c5d88ac99ce.zip
op-kernel-dev-3f7c624aa58f769e0313ca3310704c5d88ac99ce.tar.gz
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>
-rw-r--r--include/linux/blk_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index 53ee1a2..cd395ec 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
/*
OpenPOWER on IntegriCloud