NetBSD/sys/fs/smbfs
jdolecek d3d721833b make smbfs_lookup() look more like nfs_lookup(), particularily account
for different cache_lookup() semantics
fix smbfs_pathcheck() to not assume zero-ended component name
remove the bogus code in smbfs_close(), it's not needed on NetBSD
fix couple other vnop routines to do vput()/vrele()/PNBUF_PUT() as appropriate
KNF
2003-02-18 20:07:50 +00:00
..
files.smbfs
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 g/c VI_(UN)LOCK macros and just use simple_(un)lock(vp->v_interlock) 2003-02-18 20:00:35 +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 make smbfs_lookup() look more like nfs_lookup(), particularily account 2003-02-18 20:07:50 +00:00
smbfs.h