Re: [PATCH v5 03/12] blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h

2017-06-06 Thread Bart Van Assche
On Tue, 2017-06-06 at 23:22 +0800, Ming Lei wrote: > We usually put blk_mq_*() into include/linux/blk-mq.h, so > move this API into there. Reviewed-by: Bart Van Assche

[PATCH v5 03/12] blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h

2017-06-06 Thread Ming Lei
We usually put blk_mq_*() into include/linux/blk-mq.h, so move this API into there. Signed-off-by: Ming Lei --- include/linux/blk-mq.h | 1 + include/linux/blkdev.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/blk-mq.h