xfs: print name of verifier if it fails
[cascardo/linux.git] / fs / xfs / libxfs / xfs_ialloc_btree.c
index f39b285..6dd44f9 100644 (file)
@@ -304,6 +304,7 @@ xfs_inobt_write_verify(
 }
 
 const struct xfs_buf_ops xfs_inobt_buf_ops = {
+       .name = "xfs_inobt",
        .verify_read = xfs_inobt_read_verify,
        .verify_write = xfs_inobt_write_verify,
 };