| commit | 74f3c3899af9a09a47167ad0a3b391b6da1c6d27 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Tue May 28 21:13:05 2024 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:40:00 2024 -0700 |
| tree | 202f0f6d554336798cb72ab23c816ea8717442c3 | |
| parent | 23206ad00acdcded6a21e87c73c5b5df83f02295 [diff] |
xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Move the code that adds the incore xfs_refcount_update_item deferred
work data to a transaction live with the CUI log item code. This means
that the refcount code no longer has to know about the inner workings of
the CUI log items.
As a consequence, we can get rid of the _{get,put}_group helpers.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>