]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf78f1144ce5e5c11e7e526cabe6d88d27abce964
treeb3a346ac6e68d0c2e7fa7803629b69722f6efe47
parent7c1721d027f82eb04cacb73dd50543ce61b278f0
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