]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: print name of verifier if it fails
authorEric Sandeen <sandeen@redhat.com>
Mon, 23 Nov 2015 04:24:24 +0000 (15:24 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 23 Nov 2015 04:24:24 +0000 (15:24 +1100)
commita3fac93560c98829cd7eaa43c15aad3ca65b3122
treeee4dce54a23e003a5ba9a312f756684204d4715b
parente7e3152c8414796d5225543909e649cdfaacd77a
libxfs: print name of verifier if it fails

This adds a name to each buf_ops structure, so that if
a verifier fails we can print the type of verifier that
failed it. Should be a slight debugging aid, I hope.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
22 files changed:
db/attr.c
db/dir2.c
db/metadump.c
libxfs/libxfs_io.h
libxfs/rdwr.c
libxfs/util.c
libxfs/xfs_alloc.c
libxfs/xfs_alloc_btree.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_da_btree.c
libxfs/xfs_dir2_block.c
libxfs/xfs_dir2_data.c
libxfs/xfs_dir2_leaf.c
libxfs/xfs_dir2_node.c
libxfs/xfs_dquot_buf.c
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc_btree.c
libxfs/xfs_inode_buf.c
libxfs/xfs_sb.c
libxfs/xfs_symlink_remote.c