diff options
Diffstat (limited to 'include')
-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 d342ae5c76ab..f301d0b8babc 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -774,7 +774,7 @@ struct nfs_access_entry; | |||
774 | * RPC procedure vector for NFSv2/NFSv3 demuxing | 774 | * RPC procedure vector for NFSv2/NFSv3 demuxing |
775 | */ | 775 | */ |
776 | struct nfs_rpc_ops { | 776 | struct nfs_rpc_ops { |
777 | int version; /* Protocol version */ | 777 | u32 version; /* Protocol version */ |
778 | struct dentry_operations *dentry_ops; | 778 | struct dentry_operations *dentry_ops; |
779 | const struct inode_operations *dir_inode_ops; | 779 | const struct inode_operations *dir_inode_ops; |
780 | const struct inode_operations *file_inode_ops; | 780 | const struct inode_operations *file_inode_ops; |