]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/libxfs/xfs_dir2_node.c
xfs: print name of verifier if it fails
[karo-tx-linux.git] / fs / xfs / libxfs / xfs_dir2_node.c
index 70b0cb2fd55606422eaf08ce9e016e33f66fe6a2..63ee03db796ca9a55b9f9f10a427a6fd539c30d4 100644 (file)
@@ -150,6 +150,7 @@ xfs_dir3_free_write_verify(
 }
 
 const struct xfs_buf_ops xfs_dir3_free_buf_ops = {
+       .name = "xfs_dir3_free",
        .verify_read = xfs_dir3_free_read_verify,
        .verify_write = xfs_dir3_free_write_verify,
 };