On Tue, Mar 30, 2021 at 06:17:22PM +0200, Christoph Hellwig wrote: > Replace the per-block device bd_mutex with a per-gendisk open_mutex, > thus simplifying locking wherever we deal with partitions. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > Documentation/filesystems/locking.rst | 2 +- > block/genhd.c | 3 ++- > block/partitions/core.c | 22 +++++++--------- > drivers/block/loop.c | 14 +++++----- > drivers/block/xen-blkfront.c | 8 +++--- For xenblkfront: Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Thanks, Roger.