]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/libxfs/xfs_ialloc.c
xfs: print name of verifier if it fails
[karo-tx-linux.git] / fs / xfs / libxfs / xfs_ialloc.c
index 70c1db99f6a720df26fa0d4c430ad401141f1ad2..66d702e6b9ff3f7d6cc5a0b47a216171815e9fa4 100644 (file)
@@ -2572,6 +2572,7 @@ xfs_agi_write_verify(
 }
 
 const struct xfs_buf_ops xfs_agi_buf_ops = {
+       .name = "xfs_agi",
        .verify_read = xfs_agi_read_verify,
        .verify_write = xfs_agi_write_verify,
 };