]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: print useful caller information in xfs_error_report
authorEric Sandeen <sandeen@redhat.com>
Thu, 27 Feb 2014 04:21:37 +0000 (15:21 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 27 Feb 2014 04:21:37 +0000 (15:21 +1100)
commitbb835006e32f4dcd3a115047c58e73297fccd8b9
tree654bd7b6f0fbd0c72dd448f59f5719ae261ec73c
parent82ea3daa075b5e595aaf64420f557bb698d3a7de
xfs: print useful caller information in xfs_error_report

xfs_error_report used to just print the hex address of the caller;
%pF will give us something more human-readable.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_error.c