]> 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>
Tue, 9 Jan 2024 17:40:10 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:42 +0000 (17:21 -0700)
commit3bf1e47392ce05b8d287b85f9300ef82624c7f34
tree83ea1a25d1e0a48e2b732ea856b04a743ffe288b
parentfbdfe7c70cd042070d9c3ff6f499e48d0556e06f
xfs: give rmap btree cursor error tracepoints their own class

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