| commit | 68c0210979f0bdfc2dc7313fbb3af8d3ece9986b | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Tue May 28 21:11:39 2024 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:39:57 2024 -0700 |
| tree | 70674f25761d9b5474664df2a0b1ba9167978a4e | |
| parent | 15afefd974f1290362ba47253e06568e73e48cc6 [diff] |
xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
Move the code that adds the incore xfs_extent_free_item deferred work
data to a transaction to live with the EFI log item code. This means
that the allocator code no longer has to know about the inner workings
of the EFI 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>