]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: refactor quota inumber 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:35 +0000 (18:01 -0800)
commit8cb45fdf6de1a170b5d11ca06387422aaaf4dc65
tree1bae4f3869e8260bb61621dced1a29f080944bfe
parentff7a963723787dd7b3d1f8b67eb4802d0f6282ec
xfs_repair: refactor quota inumber handling

In preparation for putting quota files in the metadata directory tree,
refactor repair's quota inumber handling to use its own variables
instead of the xfs_mount's.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/dinode.c
repair/dir2.c
repair/globals.c
repair/globals.h
repair/phase4.c
repair/phase6.c
repair/quotacheck.c
repair/quotacheck.h
repair/versions.c
repair/xfs_repair.c