Print this page
NEX-16818 Add fksmbcl development tool
NEX-17264 SMB client test tp_smbutil_013 fails after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
and: (fix ref leaks)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/fs_subr.h
          +++ new/usr/src/uts/common/fs/fs_subr.h
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  #include <sys/flock.h>
  42   42  
  43   43  #ifdef  __cplusplus
  44   44  extern "C" {
  45   45  #endif
  46   46  
  47   47  /*
  48   48   * Utilities shared among file system implementations.
  49   49   */
  50   50  
  51      -#ifdef  _KERNEL
       51 +#if defined(_KERNEL) || defined(_FAKE_KERNEL)
  52   52  
  53   53  extern int      fs_nosys();
  54   54  extern int      fs_inval();
  55   55  extern int      fs_notdir();
  56   56  extern int      fs_nosys_map(struct vnode *, offset_t, struct as *, caddr_t *,
  57   57                          size_t, uchar_t, uchar_t, uint_t, struct cred *,
  58   58                          caller_context_t *);
  59   59  extern int      fs_nosys_addmap(struct vnode *, offset_t, struct as *, caddr_t,
  60   60                          size_t, uchar_t, uchar_t, uint_t, struct cred *,
  61   61                          caller_context_t *);
↓ open down ↓ 43 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX