]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: recover CoW leftovers in the realtime volume
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:21:01 +0000 (16:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:13 +0000 (13:06 -0800)
commit51e232674975ff138d0e892272fdde9bc444c572
tree35bd13d8158382fb92b53fb07bc1e47061821e54
parentc3d3605f9661a2451c437a037d338dc79fb78f37
xfs: recover CoW leftovers in the realtime volume

Scan the realtime refcount tree at mount time to get rid of leftover
CoW staging extents.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_refcount.h
fs/xfs/xfs_reflink.c