fs/xfs: Use %pS printk format for direct addresses
authorHelge Deller <deller@gmx.de>
Mon, 18 Sep 2017 18:34:16 +0000 (11:34 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
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 <deller@gmx.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_error.c