]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b5fa7aa73ed24a71995c1ef04351489c1b85669
treea44c2262706c8dbf8fd2d3cbd5ddf8123f20e04e
parent8659b350749d3793e5a1c23844081c201fee91fe
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