fs/xfs: Use %pS printk format for direct addresses
authorHelge Deller <[email protected]>
Mon, 18 Sep 2017 18:34:16 +0000 (11:34 -0700)
committerDarrick J. Wong <[email protected]>
Tue, 26 Sep 2017 01:22:30 +0000 (18:22 -0700)
commite150dcd459e1b441eaf08f341a986f04e61bf3b8
tree0e3f380286b0d4aba187478eb8e8a60e99143b4e
parent3af423b03435c81036fa710623d3ae92fbe346a3
fs/xfs: Use %pS printk format for direct 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.

Signed-off-by: Helge Deller <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
fs/xfs/xfs_error.c