]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/libxfs/xfs_bmap_btree.c
xfs: print name of verifier if it fails
[karo-tx-linux.git] / fs / xfs / libxfs / xfs_bmap_btree.c
index 6b0cf6546a82f7752bc8a7121d8741f3257269c7..1637c37bfbaa1cb61ef69e48c52eb95716ecd649 100644 (file)
@@ -720,6 +720,7 @@ xfs_bmbt_write_verify(
 }
 
 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
+       .name = "xfs_bmbt",
        .verify_read = xfs_bmbt_read_verify,
        .verify_write = xfs_bmbt_write_verify,
 };