Loading drivers/md/dm.c +1 −1 Original line number Diff line number Diff line Loading @@ -1685,7 +1685,7 @@ static void dm_request_fn(struct request_queue *q) while (!blk_queue_stopped(q)) { rq = blk_peek_request(q); if (!rq) goto delay_and_out; goto out; /* always use block 0 to find the target for flushes for now */ pos = 0; Loading Loading
drivers/md/dm.c +1 −1 Original line number Diff line number Diff line Loading @@ -1685,7 +1685,7 @@ static void dm_request_fn(struct request_queue *q) while (!blk_queue_stopped(q)) { rq = blk_peek_request(q); if (!rq) goto delay_and_out; goto out; /* always use block 0 to find the target for flushes for now */ pos = 0; Loading