]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: allow CoW staging extents in the realtime rmap records
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:33 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:59 +0000 (18:46 -0700)
commit0475f332923566519a5e5f47e5808c03b75da31b
treecda86dc6d42bc41c5cd50adf9843780d8e7d4ec5
parentea3e38beefe76e312fdac02a358f5b8390bd4d9c
xfs_repair: allow CoW staging extents in the realtime rmap records

Don't flag the rt rmap btree as having errors if there are CoW staging
extent records in it and the filesystem supports.  As far as reporting
leftover staging extents, we'll report them when we scan the rt refcount
btree, in a future patch.

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