]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: support recovering rmap intent items targetting realtime extents
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:50 +0000 (21:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:53:04 +0000 (18:53 -0700)
commit329424a742ff1a720f8fc9978ae2d84dda36d09c
tree8f570567ac5a1cfa6b195cde136ba59c0d085f11
parent236b18836a190baa2a3a8ae57405c24e641ad7de
xfs: support recovering rmap intent items targetting realtime extents

Now that we have rmap on the realtime device, log recovery has to
support remapping extents on the realtime volume.  Make this work.

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