diff options
author | 2025-07-31 07:19:41 -0700 | |
---|---|---|
committer | 2025-08-11 14:03:07 +0200 | |
commit | 647b3d59c768d7638dd17c78c8044178364383ca (patch) | |
tree | 11e89c1234a140b3da3dd87187c7c7e5e192e015 /tools/perf/scripts/python | |
parent | Linux 6.17-rc1 (diff) | |
download | wireguard-linux-647b3d59c768d7638dd17c78c8044178364383ca.tar.xz wireguard-linux-647b3d59c768d7638dd17c78c8044178364383ca.zip |
xfs: fix frozen file system assert in xfs_trans_alloc
Commit 83a80e95e797 ("xfs: decouple xfs_trans_alloc_empty from
xfs_trans_alloc") move the place of the assert for a frozen file system
after the sb_start_intwrite call that ensures it doesn't run on frozen
file systems, and thus allows to incorrect trigger it.
Fix that by moving it back to where it belongs.
Fixes: 83a80e95e797 ("xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc")
Reported-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions