OSDN Git Service

xfs: teach error reporting functions to take xfs_failaddr_t
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 8 Jan 2018 18:51:25 +0000 (10:51 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 8 Jan 2018 18:54:47 +0000 (10:54 -0800)
commitd9418ed08ae1fa025c96498d95ba30cbb934e119
treea44c2262706c8dbf8fd2d3cbd5ddf8123f20e04e
parenteebf3cab9c5eac7fdb54fb9e9fb38c06f46f17f3
xfs: teach error reporting functions to take xfs_failaddr_t

Convert the two other error reporting functions to take xfs_failaddr_t
when the caller wishes to capture a code pointer instead of the classic
void * pointer.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_error.c
fs/xfs/xfs_error.h