commit | 90a58f95717b46f67756580ad5f8b698304e4bad | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Mar 23 10:06:52 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Mar 23 18:05:07 2018 -0700 |
tree | 0efe6b26ced2ce6fd36b00829dde914a5e816e2b | |
parent | 30b0984d9117dd14c895265886d34335856b712b [diff] |
xfs: refactor inode verifier error logging Refactor some of the inode verifier failure logging call sites to use the new xfs_inode_verifier_error method which dumps the offending buffer as well as the code location of the failed check. This trims the output, makes it clearer to the admin that repair must be run, and gives the developers more details to work from. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>