]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: pass btree cursors to refcount btree tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:21:06 +0000 (18:21 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commiteea5f0e26bc8f4c949e7f3d5ce093781c5081024
tree0547650fef97e10e31f6355708720dc6017e66cb
parent27bc4731311b128138e6857d8008289558eb54b2
xfs: pass btree cursors to refcount btree tracepoints

Source kernel commit: 8fbac2f1a0947dc45ecf13e9b5aa17b5942b4a2d

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>
libxfs/xfs_refcount.c