projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1de31
)
block: remove bio_destructor_t
author
Christoph Hellwig
<hch@lst.de>
Sun, 11 Sep 2016 14:03:02 +0000
(16:03 +0200)
committer
Jens 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blk_types.h
b/include/linux/blk_types.h
index 53ee1a2acd4fde4a8ea0998c973c0e4ac360df2e..cd395ecec99d0151f6caf405cb5653342b397182 100644
(file)
--- 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
/*