diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index d15c9487b8f1..b5ba5f79485d 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -29,6 +29,7 @@ struct nfs_client { | |||
29 | 29 | ||
30 | struct rpc_clnt * cl_rpcclient; | 30 | struct rpc_clnt * cl_rpcclient; |
31 | const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ | 31 | const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ |
32 | int cl_proto; /* Network transport protocol */ | ||
32 | 33 | ||
33 | #ifdef CONFIG_NFS_V4 | 34 | #ifdef CONFIG_NFS_V4 |
34 | u64 cl_clientid; /* constant */ | 35 | u64 cl_clientid; /* constant */ |