Files
linux/fs/xfs/scrub
Yingjie Gao c3e0738943 xfs: fix rtgroup cleanup in CoW fork repair
xrep_cow_find_bad_rt() initializes scrub rtgroup state before the
force-rebuild path calls xrep_cow_mark_file_range(). If that call
fails, the code jumps directly to out_rtg, which skips the scrub
rtgroup cleanup and only drops the local rtgroup reference.

Remove the unnecessary jump so the function falls through to out_sr,
ensuring the realtime cursors, lock state, and sr->rtg reference are
released before returning.

Fixes: fd97fe1112 ("xfs: fix CoW forks for realtime files")
Cc: <stable@vger.kernel.org> # v6.14
Signed-off-by: Yingjie Gao <gaoyingjie@uniontech.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
2026-05-30 08:26:18 +02:00
..
2026-01-21 12:57:16 +01:00
2024-04-15 14:58:53 -07:00
2026-01-21 12:57:16 +01:00
2023-05-26 13:52:19 -07:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2023-12-15 10:03:40 -08:00
2026-02-25 13:58:48 +01:00
2023-12-15 10:03:45 -08:00
2026-01-21 12:57:16 +01:00
2024-04-23 07:47:02 -07:00
2026-01-21 12:57:16 +01:00
2024-12-23 13:06:17 -08:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2025-01-13 14:57:08 +01:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2026-03-26 14:25:23 +01:00
2026-01-21 12:57:16 +01:00
2024-04-15 14:58:55 -07:00
2024-04-15 14:58:53 -07:00
2024-04-23 16:55:18 -07:00