diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-03 16:29:06 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 02:06:00 -0500 |
commit | 59dca3b28cb915745019d4f4c27d97b6b6ab12c6 (patch) | |
tree | 6e3bde647bba09070ece738af13ce4bf569ba95e /include/linux/nfs_fs_sb.h | |
parent | 331702337f2b2e7cef40366ee207a25604df4671 (diff) |
NFS: Fix the 'proto=' mount option
Currently, if you have a server mounted using networking protocol, you
cannot specify a different value using the 'proto=' option on another
mountpoint.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 */ |