]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'rmap-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org/pub/scm...
authorChandan Babu R <chandanbabu@kernel.org>
Thu, 4 Jul 2024 07:02:42 +0000 (12:32 +0530)
committerChandan Babu R <chandanbabu@kernel.org>
Thu, 4 Jul 2024 07:02:42 +0000 (12:32 +0530)
commit584aa150d5b78f5cd8bb235c5406bd6fd36ba244
tree05900e6e66335df3e8cccb39fd4e3525518e0aca
parent06e4e940c57ec5d5b8bd2896c2dde06f1413c5eb
parentea7b0820d960d5a3ee72bc67cbd8b5d47c67aa4c
Merge tag 'rmap-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.11-mergeB

xfs: rmap log intent cleanups

This series cleans up the rmap intent code before we start adding
support for realtime devices.  Similar to previous intent cleanup
patchsets, we start transforming the tracepoints so that the data
extraction are done inside the tracepoint code, and then we start
passing the intent itself to the _finish_one function.  This reduces the
boxing and unboxing of parameters.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
* tag 'rmap-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux:
  xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
  xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one
  xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
  xfs: reuse xfs_rmap_update_cancel_item
  xfs: add a ri_entry helper
  xfs: remove xfs_trans_set_rmap_flags
  xfs: clean up rmap log intent item tracepoint callsites
  xfs: pass btree cursors to rmap btree tracepoints
  xfs: give rmap btree cursor error tracepoints their own class