diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_buf.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_inode_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_buf.c b/fs/xfs/libxfs/xfs_inode_buf.c index 82c4374acb4c..01ebc9557f69 100644 --- a/fs/xfs/libxfs/xfs_inode_buf.c +++ b/fs/xfs/libxfs/xfs_inode_buf.c | |||
@@ -151,7 +151,7 @@ const struct xfs_buf_ops xfs_inode_buf_ops = { | |||
151 | }; | 151 | }; |
152 | 152 | ||
153 | const struct xfs_buf_ops xfs_inode_buf_ra_ops = { | 153 | const struct xfs_buf_ops xfs_inode_buf_ra_ops = { |
154 | .name = "xxfs_inode_ra", | 154 | .name = "xfs_inode_ra", |
155 | .verify_read = xfs_inode_buf_readahead_verify, | 155 | .verify_read = xfs_inode_buf_readahead_verify, |
156 | .verify_write = xfs_inode_buf_write_verify, | 156 | .verify_write = xfs_inode_buf_write_verify, |
157 | }; | 157 | }; |