diff options
| author | Krishna Srinivas <ksriniva@redhat.com> | 2012-05-08 15:15:31 +0530 |
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2012-05-27 22:26:42 -0700 |
| commit | c4d4d9d1d3ec4565346efcfe8bdc6c10b8d5ba2d (patch) | |
| tree | f2dad5a7e4f6fe41788ee3347fdb8085266b8cc7 /xlators/nfs/server/src/nfs.h | |
| parent | 252bd6b8b6952127ee3462495b1e5063e7a22ad0 (diff) | |
nfs/mount: Support MOUNT protocol on UDP. Needed for NLM on solaris clients.
Change-Id: I3f5c35d06827fb267a7dae53d949c61567a945d0
BUG: 799287
Signed-off-by: Krishna Srinivas <ksriniva@redhat.com>
Reviewed-on: http://review.gluster.com/3434
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index 0c9721244c6..4c6d039f8d2 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -86,6 +86,7 @@ struct nfs_state { unsigned int override_portnum; int allow_insecure; int enable_nlm; + int mount_udp; struct rpc_clnt *rpc_clnt; }; |
