]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: create specialized classes for refcount tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:20:50 +0000 (18:20 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commit27bc4731311b128138e6857d8008289558eb54b2
treeafa768d76e0d8e3949cd1675e9cfefaed02bb2cf
parent7cc6344b44149ca802051a83439fce28d0f334fd
xfs: create specialized classes for refcount tracepoints

Source kernel commit: bb0efb0d0a2885b4c65ca31e2815da2281b99153

The only user of the "ag" tracepoint event classes is the refcount
btree, so rename them to make that obvious and make them take the btree
cursor to simplify the arguments.  This will save us a lot of trouble
later on.

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