]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/libxfs/xfs_da_btree.c
xfs: print name of verifier if it fails
[karo-tx-linux.git] / fs / xfs / libxfs / xfs_da_btree.c
index e89a0f8f827ce0da6829c7189471a4438d019b05..097bf7717d8055693e9a2285c9f5a4ff30509281 100644 (file)
@@ -245,6 +245,7 @@ xfs_da3_node_read_verify(
 }
 
 const struct xfs_buf_ops xfs_da3_node_buf_ops = {
+       .name = "xfs_da3_node",
        .verify_read = xfs_da3_node_read_verify,
        .verify_write = xfs_da3_node_write_verify,
 };