On 28.02.20 г. 17:05 ч., Guoqing Jiang wrote: > Previously, blk_cleanup_queue has called blk_set_queue_dying to set the > flag, no need to do it again. > > Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxxxxxxxx> > --- > block/blk-core.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/block/blk-core.c b/block/blk-core.c > index 6d36c2ad40ba..883ffda216e4 100644 > --- a/block/blk-core.c > +++ b/block/blk-core.c > @@ -346,7 +346,6 @@ void blk_cleanup_queue(struct request_queue *q) > > blk_queue_flag_set(QUEUE_FLAG_NOMERGES, q); > blk_queue_flag_set(QUEUE_FLAG_NOXMERGES, q); > - blk_queue_flag_set(QUEUE_FLAG_DYING, q); > > /* > * Drain all requests queued before DYING marking. Set DEAD flag to > Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>