diff options
author | Christoph Hellwig <hch@lst.de> | 2023-08-02 18:41:28 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-08-11 14:15:04 +0300 |
commit | 6f5fc7de98857c75dad05e9f3fe2e6f358d4583e (patch) | |
tree | e3dd210e527ecafeb683ba7543e5e283a2cb05f7 /scripts/gdb/linux/vmalloc.py | |
parent | 7ecd0b6f510005e120f5bc198bacb5951814cf36 (diff) | |
download | linux-6f5fc7de98857c75dad05e9f3fe2e6f358d4583e.tar.xz |
ext4: drop s_umount over opening the log device
Just like get_tree_bdev needs to drop s_umount when opening the main
device, we need to do the same for the ext4 log device to avoid a
potential lock order reversal with s_unmount for the mark_dead path.
It might be preferable to just drop s_umount over ->fill_super entirely,
but that will require a fairly massive audit first, so we'll do the easy
version here first.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Message-Id: <20230802154131.2221419-10-hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions