OSDN Git Service

xfs: use %pS printk format for direct instruction addresses
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 9 Jan 2018 19:46:05 +0000 (11:46 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 12 Jan 2018 22:09:08 +0000 (14:09 -0800)
commitaff68a5502d24be416e256478448e228f1a88aaf
treeb3a346ac6e68d0c2e7fa7803629b69722f6efe47
parent3d170aa24283568b1ed92a09daa0e05a8788c6a4
xfs: use %pS printk format for direct instruction addresses

Use the %pS instead of the %pF printk format specifier for printing
symbols from direct addresses. This is needed for the ia64, ppc64 and
parisc64 architectures.

While we're at it, be consistent with the capitalization of the 'S'.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/trace.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_trace.h