]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: give rmap btree cursor error tracepoints their own class
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:18:30 +0000 (18:18 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commitff6e47b3510214ef7de0e8f5f6e3268f99e3788c
tree2eb883ff232f4dfd3b2b6ffbb51b1dec9fbcf9d3
parentfea60f70c810e93dce85470d94432afb65e7234f
xfs: give rmap btree cursor error tracepoints their own class

Source kernel commit: 71f5a17e526775f001f643c9d54e5b59fa29d7ac

Create a new tracepoint class for btree-related errors, then convert all
the rmap tracepoints to use it.  Also fix the one tracepoint that was
abusing the old class by making it a separate tracepoint.

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