aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2023-10-17 20:48:21 +0200
committerChristian Brauner <[email protected]>2023-10-28 13:29:23 +0200
commit6e57236ed6e070607868da70fac3d52ae24e5417 (patch)
treec8ded2d5e3ead036b4c91f89c02c7fe844a2af04 /tools/perf/scripts/python/compaction-times.py
parent51b4cb4f3e2265cf8303ffd9a4f239ee3805d3ca (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ming Lei <[email protected]> Reviewed-by: Christian Brauner <[email protected]> Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Jens Axboe <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions