aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2018-12-18 14:32:29 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2018-12-19 14:02:00 -0800
commit7af8150f9935634e3e0f47c14e049ff401c82fb4 (patch)
tree32cf6aaca1822b209e856433169c14a824b60da3 /fs/xfs
parentxfs: Fix x32 ioctls when cmd numbers differ from ia32. (diff)
downloadlinux-dev-7af8150f9935634e3e0f47c14e049ff401c82fb4.tar.xz
linux-dev-7af8150f9935634e3e0f47c14e049ff401c82fb4.zip
xfs: fix function pointer type in ftrace format
Use %pS instead of %pF in ftrace strings so that we record the actual function address instead of the function descriptor. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/scrub/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/trace.h b/fs/xfs/scrub/trace.h
index 4e20f0e48232..76b5c334d9eb 100644
--- a/fs/xfs/scrub/trace.h
+++ b/fs/xfs/scrub/trace.h
@@ -473,7 +473,7 @@ TRACE_EVENT(xchk_xref_error,
__entry->error = error;
__entry->ret_ip = ret_ip;
),
- TP_printk("dev %d:%d type %u xref error %d ret_ip %pF",
+ TP_printk("dev %d:%d type %u xref error %d ret_ip %pS",
MAJOR(__entry->dev), MINOR(__entry->dev),
__entry->type,
__entry->error,