NetBSD/sys/fs/smbfs
jdolecek e75d9c776e vrele() the reference to root vnode before calling vflush() in smbfs_unmount(),
so that the filesystem wouldn't appear as busy when it's not, and vref()
it back if the vflush() fails

LK_DRAIN sm_hashlock before freeing the smbmount struct

g/c one meaningless check in smbfs_root()
2003-02-18 19:40:36 +00:00
..
files.smbfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
smbfs_io.c
smbfs_node.c do age attrcache on NetBSD - use mono_time.tv_sec instead of FreeBSD time_second 2003-02-18 10:24:58 +00:00
smbfs_node.h terminate FB_CURRENT specific struct smbnode member 2003-02-16 19:42:21 +00:00
smbfs_smb.c smbfs_smb_create(): use SMB_COM_CREATE_NEW rather than SMB_COM_CREATE; the 2003-02-18 12:52:34 +00:00
smbfs_subr.c constify a little 2003-02-17 09:55:49 +00:00
smbfs_subr.h
smbfs_vfsops.c vrele() the reference to root vnode before calling vflush() in smbfs_unmount(), 2003-02-18 19:40:36 +00:00
smbfs_vnops.c
smbfs.h