On Wed, Oct 09, 2024 at 02:06:02PM +0900, Sergey Senozhatsky wrote: > > if (!test_bit(GD_OWNS_QUEUE, &disk->state)) { > > + if (test_bit(QUEUE_FLAG_RESURRECT, &q->queue_flags)) > > + clear_bit(QUEUE_FLAG_DYING, &q->queue_flags); > > Don't know if we also want to clear QUEUE_FLAG_RESURRECT here, just in > case. Yes, we really should do that.