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)
*** 46,56 ****
/*
* Utilities shared among file system implementations.
*/
! #ifdef _KERNEL
extern int fs_nosys();
extern int fs_inval();
extern int fs_notdir();
extern int fs_nosys_map(struct vnode *, offset_t, struct as *, caddr_t *,
--- 46,56 ----
/*
* Utilities shared among file system implementations.
*/
! #if defined(_KERNEL) || defined(_FAKE_KERNEL)
extern int fs_nosys();
extern int fs_inval();
extern int fs_notdir();
extern int fs_nosys_map(struct vnode *, offset_t, struct as *, caddr_t *,