Re: [PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses

2017-09-18 Thread Darrick J. Wong
On Wed, Sep 06, 2017 at 10:27:57PM +0200, Helge Deller wrote: > 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 > Cc: "Darrick J.

Re: [PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses

2017-09-18 Thread Darrick J. Wong
On Wed, Sep 06, 2017 at 10:27:57PM +0200, Helge Deller wrote: > 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 > Cc: "Darrick J. Wong" > Cc:

Re: [PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses

2017-09-08 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses

2017-09-08 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses

2017-09-06 Thread Helge Deller
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 Cc: "Darrick J. Wong" Cc: linux-...@vger.kernel.org ---

[PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses

2017-09-06 Thread Helge Deller
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 Cc: "Darrick J. Wong" Cc: linux-...@vger.kernel.org --- fs/xfs/xfs_error.c | 2 +- 1 file changed, 1