summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs.h
diff options
context:
space:
mode:
authorGaurav <gaurav@gluster.com>2011-04-27 03:20:11 +0000
committerAnand Avati <avati@gluster.com>2011-05-03 12:13:04 -0700
commit27deebbf6c67f5076cae241e98043aa8b8b57ff8 (patch)
treeae0aa3ea5746ffeb30353e815b5080fcfb46f71e /xlators/nfs/server/src/nfs.h
parent7e8da0f5a8bfdd2d1db084fb508b417194754bff (diff)
NFS : Maintain common state for MOUNT1 and MOUNT3.
Signed-off-by: Gaurav <gaurav@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2695 (Mac host showmount -a not working.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2695
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
-rw-r--r--xlators/nfs/server/src/nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h
index 7b93cd56e..01ad705b6 100644
--- a/xlators/nfs/server/src/nfs.h
+++ b/xlators/nfs/server/src/nfs.h
@@ -62,6 +62,7 @@ struct nfs_initer_list {
struct nfs_state {
rpcsvc_t *rpcsvc;
struct list_head versions;
+ struct mount3_state *mstate;
struct mem_pool *foppool;
unsigned int memfactor;
xlator_list_t *subvols;