]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: support recovering rmap intent items targetting realtime extents
authorDarrick J. Wong <djwong@kernel.org>
Sun, 22 Sep 2024 06:23:40 +0000 (08:23 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:11 +0000 (10:48 +0200)
commitd455b64aedc7c8f61fc4331e4ee16f13bcd6fe39
treeb0265bab2d116570eddbbf2af6c239eab041cf51
parentb8149ffd6b1ef567d55aa794268540add2061356
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