]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: use the op name in trace_xlog_intent_recovery_failed
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Apr 2024 23:07:44 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:26 +0000 (14:06 -0700)
commitdfc8456fe390de926b9ddff3f32e65b0e0b14b43
treecbc077595569b067f32b0202dae5e4c9206e2663
parent628b9f6737945c7876faf6012c0edde6405c073f
xfs: use the op name in trace_xlog_intent_recovery_failed

Source kernel commit: bcdfae6ee520b665385020fa3e47633a8af84f12

Instead of tracing the address of the recovery handler, use the name
in the defer op, similar to other defer ops related tracepoints.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
libxfs/xfs_defer.c