summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2015-06-05 19:57:37 +0300
committerJens Axboe <axboe@fb.com>2015-06-05 19:57:37 +0300
commit3f21c265cd5f7ae867cc0e86a1f6d5093f1963cc (patch)
tree60f765b185b2052eb2adb0fda1c7058224c35a01 /include/linux/blkdev.h
parentf26cdc8536ad50fb802a0445f836b4f94ca09ae7 (diff)
downloadlinux-3f21c265cd5f7ae867cc0e86a1f6d5093f1963cc.tar.xz
block: add blk_set_queue_dying() to blkdev.h
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>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index ccaa9aecd593..a31380c35918 100644
--- 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