Re: [PATCH v2] block: genhd: don't call probe function with major_names_lock held

From: Christoph Hellwig
Date: Mon Jun 21 2021 - 02:20:10 EST


The obvious fix is to not call unregister_blkdev under loop_ctl_mutex.
Which is pretty pointless anyway - I have a series to fix that but it
might need some reordering to move this to the front.