]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: support recovering rmap intent items targetting realtime extents
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:39:50 +0000 (12:39 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:47:02 +0000 (13:47 -0700)
commit4412bc9c4ea7f34b0fcf77154d37f23c76c95842
tree26ac81c159e36db905b97260952e7774018520e8
parentccac74c9e9072e3a9357137b5b0cf0a6e56e797a
xfs: support recovering rmap intent items targetting realtime extents

Now that we have rmap on the realtime device and rmap intent items that
target the realtime device, log recovery has to support remapping
extents on the realtime volume.  Make this work.  Identify rtrmapbt
blocks in the log correctly so that we can validate them during log
recovery.

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