summaryrefslogtreecommitdiff
path: root/drivers/block/ps3disk.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-10-17 20:48:21 +0200
committerChristian Brauner <brauner@kernel.org>2023-10-28 13:29:23 +0200
commit6e57236ed6e070607868da70fac3d52ae24e5417 (patch)
treec8ded2d5e3ead036b4c91f89c02c7fe844a2af04 /drivers/block/ps3disk.c
parent51b4cb4f3e2265cf8303ffd9a4f239ee3805d3ca (diff)
downloadlwn-6e57236ed6e070607868da70fac3d52ae24e5417.tar.gz
lwn-6e57236ed6e070607868da70fac3d52ae24e5417.zip
block: move bdev_mark_dead out of disk_check_media_change
disk_check_media_change is mostly called from ->open where it makes little sense to mark the file system on the device as dead, as we are just opening it. So instead of calling bdev_mark_dead from disk_check_media_change move it into the few callers that are not in an open instance. This avoid calling into bdev_mark_dead and thus taking s_umount with open_mutex held. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20231017184823.1383356-4-hch@lst.de Reviewed-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Christian Brauner <brauner@kernel.org> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'drivers/block/ps3disk.c')
0 files changed, 0 insertions, 0 deletions