Print this page
2988 nfssrv: need ability to go to submounts for v3 and v2 protocols
Portions contributed by: Marcel Telka <marcel.telka@nexenta.com>
Portions contributed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Change-Id: I6fdf110cc17e789353c4442b83a46cb80643456e

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libshare/nfs/libshare_nfs.h
          +++ new/usr/src/lib/libshare/nfs/libshare_nfs.h
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49  #define SHOPT_NOSUB     "nosub"
  50   50  #define SHOPT_NOSUID    "nosuid"
  51   51  #define SHOPT_ACLOK     "aclok"
  52   52  #define SHOPT_PUBLIC    "public"
  53   53  #define SHOPT_INDEX     "index"
  54   54  #define SHOPT_LOG       "log"
  55   55  #define SHOPT_CKSUM     "cksum"
  56   56  #define SHOPT_NOACLFAB  "noaclfab"
  57   57  #define SHOPT_UIDMAP    "uidmap"
  58   58  #define SHOPT_GIDMAP    "gidmap"
       59 +#define SHOPT_NOHIDE    "nohide"
  59   60  
  60   61  /*
  61   62   * defined options types. These should be in a file rather than
  62   63   * compiled in. Until there is a plugin mechanism to add new types,
  63   64   * this is sufficient.
  64   65   */
  65   66  #define OPT_TYPE_ANY            0
  66   67  #define OPT_TYPE_STRING         1
  67   68  #define OPT_TYPE_BOOLEAN        2
  68   69  #define OPT_TYPE_NUMBER         3
↓ open down ↓ 78 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX