]> 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>
Tue, 9 Jan 2024 17:40:12 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:42 +0000 (17:21 -0700)
commitc7daaa0b963b6f028e8e856906e15cd298590ee4
tree0bc7442dd163ccaa6339d5e075f1578c189e2644
parent66fc85a52e0d14cbd6d7a907ad98a1bc9304b74a
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