diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-01-14 12:32:05 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 02:06:08 -0500 |
commit | c0e07cb68db353c0ffbb0f82401cf6d79c253aed (patch) | |
tree | 9f27b46baf81d544aef9bdfa4ecec937c5343f93 /include/linux/nfs_xdr.h | |
parent | 65fdf7d264213a9a8de44f9a20e002a26c267a76 (diff) |
NFS: NFS version number is unsigned
RPC protocol version numbers are unsigned.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 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; |