commit | f449f70bf10ef204706a0df3d18dee5e0e229df1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:41 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:37:07 2024 -0700 |
tree | 8f1c749da8669ef64a662d4c70a7e828b90bf00a | |
parent | 3d775c2971b145e41721b93724232e22e2e40cd4 [diff] |
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>