]> www.infradead.org Git - users/hch/misc.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, 24 Jul 2024 05:33:45 +0000 (22:33 -0700)
commit16151328451650f358ece239709bf907bca60d12
tree3edc071354eb89b321d06769e2af53c2554e57a2
parent0b1c57e05b1998b6d9893c15dcc90b8930d63798
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