diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 9708e78a4d49..b89c34e40bc2 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -817,7 +817,7 @@ struct nfs_access_entry; | |||
817 | */ | 817 | */ |
818 | struct nfs_rpc_ops { | 818 | struct nfs_rpc_ops { |
819 | u32 version; /* Protocol version */ | 819 | u32 version; /* Protocol version */ |
820 | struct dentry_operations *dentry_ops; | 820 | const struct dentry_operations *dentry_ops; |
821 | const struct inode_operations *dir_inode_ops; | 821 | const struct inode_operations *dir_inode_ops; |
822 | const struct inode_operations *file_inode_ops; | 822 | const struct inode_operations *file_inode_ops; |
823 | 823 | ||