]> 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>
Tue, 15 Oct 2024 19:44:47 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:45:00 +0000 (13:45 -0700)
commitc917f3344c66fad0cad7e09cd2a1dc7c5d4d1978
tree7ecba43f3f8d62d4b1bc6c2e0115ab98e88fdf33
parent8e94879058fc2b860fa793d386f5db815299110d
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 reflink.  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