]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Oct 2024 19:43:52 +0000 (12:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:43 +0000 (13:44 -0700)
commit6045ed75261d8581ff72b11f5d4982ca2737b35c
tree9580b7f8d25bb668f02c7c612d5cd544e1a71b11
parent2a60d820fdede6618d631d327718063b03e40175
xfs: pass objects to the xfs_irec_merge_{pre,post} trace points

Pass the perag structure and the irec to these tracepoints so that the
decoding is only done when tracing is actually enabled and the call sites
look a lot neater.

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>
include/xfs_trace.h
libxfs/xfs_ialloc.c