]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/xfs/libxfs/xfs_inode_buf.c
xfs: bmapbt checking on debug kernels too expensive
[mirror_ubuntu-zesty-kernel.git] / fs / xfs / libxfs / xfs_inode_buf.c
index 268c00f4f83af9b5eb3fe492322323c7be2f5b42..1b8d98a915c42fa30da194bed0eebbf785cd6529 100644 (file)
@@ -132,11 +132,13 @@ xfs_inode_buf_write_verify(
 }
 
 const struct xfs_buf_ops xfs_inode_buf_ops = {
+       .name = "xfs_inode",
        .verify_read = xfs_inode_buf_read_verify,
        .verify_write = xfs_inode_buf_write_verify,
 };
 
 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
+       .name = "xxfs_inode_ra",
        .verify_read = xfs_inode_buf_readahead_verify,
        .verify_write = xfs_inode_buf_write_verify,
 };