Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] blk: Define blk_set_queue_dying in header
@ 2015-04-29 18:20 Keith Busch
  2015-04-29 18:20 ` [PATCH 2/2] NVMe: Kill request queues on dead controllers Keith Busch
  0 siblings, 1 reply; 4+ messages in thread
From: Keith Busch @ 2015-04-29 18:20 UTC (permalink / raw)


The 'blk_set_queue_dying()' function is an exported symbol, but it wasn't
defined in a header so wasn't usable to other components.

Signed-off-by: Keith Busch <keith.busch at intel.com>
---
 include/linux/blkdev.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 7f9a516..105a48a 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1000,6 +1000,7 @@ extern struct request_queue *blk_init_queue_node(request_fn_proc *rfn,
 extern struct request_queue *blk_init_queue(request_fn_proc *, spinlock_t *);
 extern struct request_queue *blk_init_allocated_queue(struct request_queue *,
 						      request_fn_proc *, spinlock_t *);
+extern void blk_set_queue_dying(struct request_queue *q);
 extern void blk_cleanup_queue(struct request_queue *);
 extern void blk_queue_make_request(struct request_queue *, make_request_fn *);
 extern void blk_queue_bounce_limit(struct request_queue *, u64);
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-15 12:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 18:20 [PATCH 1/2] blk: Define blk_set_queue_dying in header Keith Busch
2015-04-29 18:20 ` [PATCH 2/2] NVMe: Kill request queues on dead controllers Keith Busch
2015-05-14 18:50   ` Keith Busch
2015-05-15 12:02     ` Sunad Bhandary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox