]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: prepare rmap btree tracepoints for widening
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:40:11 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:42 +0000 (17:21 -0700)
commit378352d53a0ef596f30f10e4f8c54b219d7e1b50
treeb6ee453bf4120e0caf679a1bf72674aea6c3869c
parent3bf1e47392ce05b8d287b85f9300ef82624c7f34
xfs: prepare rmap btree tracepoints for widening

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

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_rmap.c