]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: wire up rmap map and unmap to the realtime rmapbt
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:49 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:58 +0000 (09:15 -0800)
commit5cc11f5995c815a9ae014e2ca9a6a5e55cde45ef
tree4b459f5d2b012addb263217330a102097a095c00
parentb8d1b5cab5525336b8bd5e4d50cacd4fa3fa99c8
xfs: wire up rmap map and unmap to the realtime rmapbt

Source kernel commit: 609a592865c9e66a1c00eb7b8ee7436eea3c39a3

Connect the map and unmap reverse-mapping operations to the realtime
rmapbt via the deferred operation callbacks.  This enables us to
perform rmap operations against the correct btree.

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