xfs: fix dev_t usage in xmbuf tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Thu, 7 Mar 2024 23:13:52 +0000 (15:13 -0800)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 15 Mar 2024 05:00:23 +0000 (10:30 +0530)
commit215b2bf72a05d702287fc45d854b4f5019f9aad1
tree2b40f4bc63ee72ed342fdf28366bd65b32c20fbf
parent75bcffbb9e7563259b7aed0fa77459d6a3a35627
xfs: fix dev_t usage in xmbuf tracepoints

Fix some inconsistencies in the xmbuf tracepoints -- they should be
reporting the major/minor of the filesystem that they're associated
with, so that we have some clue on whose behalf the xmbuf was created.
Fix the xmbuf_free tracepoint to report the same.

Don't call the trace function until the xmbuf is fully initialized.

Fixes: 5076a6040ca1 ("xfs: support in-memory buffer cache target")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_buf_mem.c
fs/xfs/xfs_trace.h