[PATCH] lightnvm: pblk: ignore the smeta oob area scan

2018-10-24 Thread Zhoujie Wu
The smeta area l2p mapping is empty, and actually the recovery procedure only need to restore data sector's l2p mapping. So ignore the smeta oob scan. Signed-off-by: Zhoujie Wu --- drivers/lightnvm/pblk-recovery.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH] block: call rq_qos_exit() after queue is frozen

2018-10-24 Thread Ming Lei
rq_qos_exit() removes the current q->rq_qos, this action has to be done after queue is frozen, otherwise the IO queue path may never be waken up, then IO hang is caused. So fixes this issue by moving rq_qos_exit() after queue is frozen. Cc: Josef Bacik Signed-off-by: Ming Lei ---

Re: [PATCH 1/2] loop/006: Add test for setting partscan flag

2018-10-24 Thread Jan Kara
On Tue 23-10-18 11:57:50, Omar Sandoval wrote: > On Tue, Oct 23, 2018 at 12:05:12PM +0200, Jan Kara wrote: > > On Mon 22-10-18 15:52:55, Omar Sandoval wrote: > > > On Thu, Oct 18, 2018 at 12:31:46PM +0200, Jan Kara wrote: > > > > Add test for setting partscan flag. > > > > > > > > Signed-off-by:

Re: [PATCH] blk-mq: place trace_block_getrq() in correct place

2018-10-24 Thread Jens Axboe
On 10/23/18 8:30 AM, Xiaoguang Wang wrote: > trace_block_getrq() is to indicate a request struct has been allcoated ^^^ allocated > for queue, so put it in right place. Applied, thanks. -- Jens Axboe