xfs: %pF is only for function pointers
authorScott Wood <scottwood@freescale.com>
Wed, 25 Mar 2015 03:56:21 +0000 (14:56 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 25 Mar 2015 03:56:21 +0000 (14:56 +1100)
commit65dd297ac25565701fead5e4ee69b9ca62729f0e
tree2d500028f2328edbe7d0da5aac48a70db48a9736
parent29916df08db4726c92bdfe72ce524b4b6a9e3c54
xfs: %pF is only for function pointers

Use %pS for actual addresses, otherwise you'll get bad output
on arches like ppc64 where %pF expects a function descriptor.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_error.c
fs/xfs/xfs_trace.h