]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:41 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:07 +0000 (15:37 -0700)
commitf449f70bf10ef204706a0df3d18dee5e0e229df1
tree8f1c749da8669ef64a662d4c70a7e828b90bf00a
parent3d775c2971b145e41721b93724232e22e2e40cd4
xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c

Move the code that adds the incore xfs_rmap_update_item deferred work
data to a transaction live with the RUI log item code.  This means that
the rmap code no longer has to know about the inner workings of the RUI
log items.

As a consequence, we can get rid of the _{get,put}_group helpers.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/defer_item.c
libxfs/defer_item.h
libxfs/xfs_rmap.c
libxfs/xfs_rmap.h