mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
65fdf7d264
commit
c0e07cb68d
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ struct nfs_access_entry;
|
||||||
* RPC procedure vector for NFSv2/NFSv3 demuxing
|
* RPC procedure vector for NFSv2/NFSv3 demuxing
|
||||||
*/
|
*/
|
||||||
struct nfs_rpc_ops {
|
struct nfs_rpc_ops {
|
||||||
int version; /* Protocol version */
|
u32 version; /* Protocol version */
|
||||||
struct dentry_operations *dentry_ops;
|
struct dentry_operations *dentry_ops;
|
||||||
const struct inode_operations *dir_inode_ops;
|
const struct inode_operations *dir_inode_ops;
|
||||||
const struct inode_operations *file_inode_ops;
|
const struct inode_operations *file_inode_ops;
|
||||||
|
|
Loading…
Add table
Reference in a new issue