Print this page
11083 support NFS server in zone
Portions contributed by: Dan Kruchinin <dan.kruchinin@nexenta.com>
Portions contributed by: Stepan Zastupov <stepan.zastupov@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Portions contributed by: Mike Zeller <mike@mikezeller.net>
Portions contributed by: Dan McDonald <danmcd@joyent.com>
Portions contributed by: Gordon Ross <gordon.w.ross@gmail.com>
Portions contributed by: Vitaliy Gusev <gusev.vitaliy@gmail.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Jason King <jbk@joyent.com>
Reviewed by: C Fraire <cfraire@me.com>
Change-Id: I22f289d357503f9b48a0bc2482cc4328a6d43d16

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/nfs/nfs_dispatch.h
          +++ new/usr/src/uts/common/nfs/nfs_dispatch.h
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66   * access control.
  67   67   */
  68   68  #define RPC_ALLOWANON   0x2     /* allow anonymous access */
  69   69  #define RPC_MAPRESP     0x4     /* use mapped response buffer */
  70   70  #define RPC_AVOIDWORK   0x8     /* do work avoidance for dups */
  71   71  #define RPC_PUBLICFH_OK 0x10    /* allow use of public filehandle */
  72   72  
  73   73  typedef struct rpc_disptable {
  74   74          int dis_nprocs;
  75   75          char **dis_procnames;
  76      -        kstat_named_t **dis_proccntp;
  77   76          struct rpcdisp *dis_table;
  78   77  } rpc_disptable_t;
  79   78  
  80   79  void    rpc_null(caddr_t *, caddr_t *, struct exportinfo *, struct svc_req *,
  81   80      cred_t *, bool_t);
  82   81  
  83   82  #ifdef  __cplusplus
  84   83  }
  85   84  #endif
  86   85  
  87   86  #endif /* _NFS_DISPATCH_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX