]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: pass btree cursors to refcount btree tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:23:06 +0000 (11:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:37:05 +0000 (11:37 -0700)
commit8fbac2f1a0947dc45ecf13e9b5aa17b5942b4a2d
treea39dd4770cd53fff3545492c61ad0c6deceecd85
parentbb0efb0d0a2885b4c65ca31e2815da2281b99153
xfs: pass btree cursors to refcount btree tracepoints

Prepare the rest of refcount btree tracepoints for use with realtime
reflink by making them take the btree cursor object as a parameter.
This will save us a lot of trouble later on.

Remove the xfs_refcount_recover_extent tracepoint since it's already
covered by other refcount tracepoints.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/xfs_trace.h