commit | d9418ed08ae1fa025c96498d95ba30cbb934e119 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:51:25 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:54:47 2018 -0800 |
tree | a44c2262706c8dbf8fd2d3cbd5ddf8123f20e04e | |
parent | eebf3cab9c5eac7fdb54fb9e9fb38c06f46f17f3 [diff] |
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>