]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: write the rg superblock when fixing it
authorDarrick J. Wong <djwong@kernel.org>
Tue, 14 Jul 2026 06:05:41 +0000 (23:05 -0700)
committerCarlos Maiolino <cem@kernel.org>
Tue, 14 Jul 2026 09:01:47 +0000 (11:01 +0200)
commit9af789fa274bc14b907f811f79fa988a6fc6d4e7
tree2ca2ea1501d20691b31d47b5b39dfd717066c913
parent881f2eb0fcdea2f46a50fa6a892fe9e3ccf19e01
xfs: write the rg superblock when fixing it

The rtgroup superblock fixer should write the rtgroup superblock.
LOLLM noticed this, oops. :/

Cc: stable@vger.kernel.org # v6.13
Fixes: 1433f8f9cead37 ("xfs: repair realtime group superblock")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Assisted-by: LOLLM # finding obvious bugs
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/scrub/rgsuper.c