NetBSD/sys/fs/smbfs
pooka 8d1f899239 * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
  use VFS_PROTOS() instead of manually prototyping the methods
2007-07-31 21:14:15 +00:00
..
Makefile
files.smbfs
smbfs.h
smbfs_io.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
smbfs_kq.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
smbfs_node.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
smbfs_node.h
smbfs_smb.c
smbfs_subr.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
smbfs_subr.h
smbfs_vfsops.c * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
smbfs_vnops.c