]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: hoist the secondary sb qflags handling
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:42 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:36 +0000 (18:01 -0800)
commit8b41e9bb3f0f96995f96beef96b88f3bbd4089b7
treee921c0c7dd8c92fd88dfcac8d45b25c8f8e7c599
parent8cb45fdf6de1a170b5d11ca06387422aaaf4dc65
xfs_repair: hoist the secondary sb qflags handling

Hoist all the secondary superblock qflags and quota inode modification
code into a separate function so that we can disable it in the next
patch.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/agheader.c