Re: [PATCH 4/9] block: Move blk_freeze_queue() and blk_unfreeze_queue() code

2016-09-27 Thread Johannes Thumshirn
On Tue, Sep 27, 2016 at 08:26:19AM +0200, Hannes Reinecke wrote: > On 09/26/2016 08:27 PM, Bart Van Assche wrote: > > Move the blk_freeze_queue() and blk_unfreeze_queue() implementations > > from block/blk-mq.c to block/blk-core.c. Drop "_mq" from the name of > > the functions that have been

Re: [PATCH 4/9] block: Move blk_freeze_queue() and blk_unfreeze_queue() code

2016-09-27 Thread Hannes Reinecke
On 09/26/2016 08:27 PM, Bart Van Assche wrote: > Move the blk_freeze_queue() and blk_unfreeze_queue() implementations > from block/blk-mq.c to block/blk-core.c. Drop "_mq" from the name of > the functions that have been moved. > > Signed-off-by: Bart Van Assche > ---

[PATCH 4/9] block: Move blk_freeze_queue() and blk_unfreeze_queue() code

2016-09-26 Thread Bart Van Assche
Move the blk_freeze_queue() and blk_unfreeze_queue() implementations from block/blk-mq.c to block/blk-core.c. Drop "_mq" from the name of the functions that have been moved. Signed-off-by: Bart Van Assche --- block/blk-core.c | 45