projects
/
GitHub
/
moto-9609
/
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:
f26cdc8
)
block: add blk_set_queue_dying() to blkdev.h
author
Jens Axboe
<axboe@fb.com>
Fri, 5 Jun 2015 16:57:37 +0000
(10:57 -0600)
committer
Jens Axboe
<axboe@fb.com>
Fri, 5 Jun 2015 16:57:37 +0000
(10:57 -0600)
We export this function and NVMe wants to use it, but for some reason
it was never added to the block header. Do that.
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/blkdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index ccaa9aecd5930a360d217de49ef347d705e5d777..a31380c35918b4a6707fad3e3c81b53bd37a08d6 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-1024,6
+1024,7
@@
bool __must_check blk_get_queue(struct request_queue *);
struct request_queue *blk_alloc_queue(gfp_t);
struct request_queue *blk_alloc_queue_node(gfp_t, int);
extern void blk_put_queue(struct request_queue *);
+extern void blk_set_queue_dying(struct request_queue *);
/*
* block layer runtime pm functions