]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Thu, 16 Nov 2017 13:23:20 +0000 (11:23 -0200)
commitf33d6b3b2d29ca330bf805357a6cf9dad76c2d21
tree50b29dd7dd00e4405914e9b9c56f3d49ab18f3b0
parent51c2e03282885437879c5e74a784d3d89be57453
fs/xfs: Use %pS printk format for direct addresses

BugLink: http://bugs.launchpad.net/bugs/1731951
commit e150dcd459e1b441eaf08f341a986f04e61bf3b8 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
fs/xfs/xfs_error.c