On Wed, Oct 30, 2024 at 03:44:18PM +0100, Christoph Hellwig wrote: > On Wed, Oct 30, 2024 at 08:42:35PM +0800, Ming Lei wrote: > > rbd just calls blk_mq_freeze_queue() only, and doesn't unfreeze queue in > > current context, so convert to blk_mq_freeze_queue_non_owner(). > > I think the right fix here is to unfreeze after marking the disk > dead. Looks fine. Thanks, Ming