freebsd-src/sys/fs/smbfs
Poul-Henning Kamp c6e3ae999b Since Jeffr made the std* functions the default in rev 1.63 of
kern/vfs_defaults.c it is wrong for the individual filesystems to use
the std* functions as that prevents override of the default.

Found by:       src/tools/tools/vop_table
2003-01-04 08:47:19 +00:00
..
smbfs.h Keep trying to flush the vnode list for the mount while some are still 2002-12-13 23:44:00 +00:00
smbfs_io.c Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_node.c Remove redundant check for negative or zero v_usecount; vrele() already 2002-12-15 04:32:41 +00:00
smbfs_node.h Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_smb.c Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
smbfs_subr.c Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_subr.h Implement additional SMB calls to allow proper update of file size as some 2002-09-18 09:27:04 +00:00
smbfs_vfsops.c Keep trying to flush the vnode list for the mount while some are still 2002-12-13 23:44:00 +00:00
smbfs_vnops.c Since Jeffr made the std* functions the default in rev 1.63 of 2003-01-04 08:47:19 +00:00