]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert remaining trace points to pass pag structures
authorChristoph Hellwig <hch@lst.de>
Mon, 25 Nov 2024 21:14:13 +0000 (13:14 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:23 +0000 (18:01 -0800)
commitffae013ef77b7a45f809bb4efa01e91da6815864
treec7c32551f71027ad68f483d80eaf9b9f416adeb2
parent0601845b215f72ebe7ee1361ff48809ed4296f73
xfs: convert remaining trace points to pass pag structures

Source kernel commit: c4ae021bcb6bf8bbb329ce8ef947a43009bc2fe4

Convert all tracepoints that take [mp,agno] tuples to take a pag argument
instead so that decoding only happens when tracepoints are enabled and to
clean up the callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
include/xfs_trace.h
libxfs/xfs_alloc.c
libxfs/xfs_ialloc.c
libxfs/xfs_inode_util.c