]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: refactor realtime inode check
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:40:20 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:44 +0000 (17:21 -0700)
commit3f20ec0f9c03ab3c976748abaa1f74cd897f9284
tree3b77bd06cfcc77cade584829c49d6a49261266b5
parent5d3ff201ea67b7598043272b1cefd61a5ea0b56d
xfs_repair: refactor realtime inode check

Refactor the realtime bitmap and summary checks into a helper function.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/dinode.c