Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f21c265 authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@fb.com>
parent f26cdc85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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