]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: pass btree cursors to rmap btree tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:18:46 +0000 (18:18 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commit18c3bc7f60594770db8076aeecbf59f0831d6763
tree8b4fa58cc32de45646f37ee7df87796b91145aad
parentff6e47b3510214ef7de0e8f5f6e3268f99e3788c
xfs: pass btree cursors to rmap btree tracepoints

Source kernel commit: 47492ed124219b37acf65cd931c1e45d5bc0c274

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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_rmap.c