]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: allow overlapping rtrmapbt records for shared data extents
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:44 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:50 +0000 (15:55 +0200)
commit547f4f08ba43a2e0733d351da9cb32bd27ea5d23
tree227324b614bd55aa780ab730257b9655d6f822b7
parent603f1a51ed6e08527a236adff3eed086841fea1a
xfs: allow overlapping rtrmapbt records for shared data extents

Allow overlapping realtime reverse mapping records if they both describe
shared data extents and the fs supports reflink on the realtime volume.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/scrub/rtrmap.c