NetBSD/sys/fs/smbfs
2003-02-20 15:35:55 +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 don't assume struct smbnode -> n_name is zero terminated, 2003-02-20 15:35:55 +00:00
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 add nfs-style n_ctime, n_nctime 2003-02-18 20:09:01 +00:00
smbfs_smb.c do previous differently - pass ap->a_id down to smbfs_smb_lock() 2003-02-19 13:51:24 +00:00
smbfs_subr.c g/c commented out code 2003-02-20 15:34:42 +00:00
smbfs_subr.h do previous differently - pass ap->a_id down to smbfs_smb_lock() 2003-02-19 13:51:24 +00:00
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 don't assume struct smbnode -> n_name is zero terminated, 2003-02-20 15:35:55 +00:00
smbfs.h