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_acl.h
          +++ new/usr/src/uts/common/nfs/nfs_acl.h
↓ open down ↓ 371 lines elided ↑ open up ↑
 372  372                          caddr_t, cred_t *, int *, enum nfsstat *, int,
 373  373                          failinfo_t *);
 374  374  extern int acl3call(mntinfo_t *, rpcproc_t, xdrproc_t, caddr_t, xdrproc_t,
 375  375                          caddr_t, cred_t *, int *, nfsstat3 *, int,
 376  376                          failinfo_t *);
 377  377  extern void nfs_acl_free(vsecattr_t *);
 378  378  #endif
 379  379  
 380  380  #ifdef _KERNEL
 381  381  /* server and client data structures */
 382      -extern kstat_named_t    *aclproccnt_v2_ptr;
 383      -extern kstat_named_t    *aclproccnt_v3_ptr;
 384  382  
 385  383  extern char             *aclnames_v2[];
 386  384  extern uchar_t          acl_call_type_v2[];
 387  385  extern uchar_t          acl_ss_call_type_v2[];
 388  386  extern uchar_t          acl_timer_type_v2[];
 389  387  
 390  388  extern char             *aclnames_v3[];
 391  389  extern uchar_t          acl_call_type_v3[];
 392  390  extern uchar_t          acl_ss_call_type_v3[];
 393  391  extern uchar_t          acl_timer_type_v3[];
 394  392  #endif
 395  393  
 396  394  #ifdef  __cplusplus
 397  395  }
 398  396  #endif
 399  397  
 400  398  #endif  /* _NFS_NFS_ACL_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX