commit | 862a4116261259508834eaffe4fda4e373718523 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:39 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:37:07 2024 -0700 |
tree | d829067ec7b621705f4d6ee6b3378e7428195100 | |
parent | 01763660ee6e9d7da7ab1f4e7f7ed0f944d5df89 [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 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>