Print this page
NEX-1128 NFS server: Generic uid and gid remapping for AUTH_SYS
Reviewed by: Jan Kryl <jan.kryl@nexenta.com>
re #3541 rb11254 - nfs nohide - "nfssrv: need ability to go to submounts for v3 and v2 protocols"
        
*** 54,63 ****
--- 54,64 ----
  #define SHOPT_LOG       "log"
  #define SHOPT_CKSUM     "cksum"
  #define SHOPT_NOACLFAB  "noaclfab"
  #define SHOPT_UIDMAP    "uidmap"
  #define SHOPT_GIDMAP    "gidmap"
+ #define SHOPT_NOHIDE    "nohide"
  
  /*
   * defined options types. These should be in a file rather than
   * compiled in. Until there is a plugin mechanism to add new types,
   * this is sufficient.