Re: [PATCH 3/9] blk-mq: rename blk_mq_freeze_queue as blk_freeze_queue

2017-08-31 Thread Ming Lei
On Thu, Aug 31, 2017 at 10:35:50PM +, Bart Van Assche wrote: > On Fri, 2017-09-01 at 01:27 +0800, Ming Lei wrote: > > This APIs will be used by legacy path too. > > Hello Ming, > > Had you already considered to combine patches 2/9 and 3/9 into a single patch? Either way is fine for me, and

Re: [PATCH 3/9] blk-mq: rename blk_mq_freeze_queue as blk_freeze_queue

2017-08-31 Thread Bart Van Assche
On Fri, 2017-09-01 at 01:27 +0800, Ming Lei wrote: > This APIs will be used by legacy path too. Hello Ming, Had you already considered to combine patches 2/9 and 3/9 into a single patch? Thanks, Bart.

[PATCH 3/9] blk-mq: rename blk_mq_freeze_queue as blk_freeze_queue

2017-08-31 Thread Ming Lei
This APIs will be used by legacy path too. Signed-off-by: Ming Lei --- block/bfq-iosched.c | 2 +- block/blk-cgroup.c | 4 ++-- block/blk-mq.c | 17 - block/blk-mq.h | 1 - block/elevator.c | 2 +-