diff options
author | 2023-06-03 23:03:16 +0800 | |
---|---|---|
committer | 2023-06-26 18:13:05 -0400 | |
commit | 11b6890be0084ad4df0e06d89a9fdcc948472c65 (patch) | |
tree | 59dbe0bf280c3edcde8248522799e347941e6d61 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: try all groups in ext4_mb_new_blocks_simple (diff) | |
download | wireguard-linux-11b6890be0084ad4df0e06d89a9fdcc948472c65.tar.xz wireguard-linux-11b6890be0084ad4df0e06d89a9fdcc948472c65.zip |
ext4: get block from bh in ext4_free_blocks for fast commit replay
ext4_free_blocks will retrieve block from bh if block parameter is zero.
Retrieve block before ext4_free_blocks_simple to avoid potentially
passing wrong block to ext4_free_blocks_simple.
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Cc: stable@kernel.org
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Link: https://lore.kernel.org/r/20230603150327.3596033-9-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions