freebsd-skq/sys/fs/nwfs
Poul-Henning Kamp 73a2c3a32e The NWFS code in RELENG_6 is broken due to a typo in
sys/fs/nwfs/nwfs_vfsop= s.c, introduced with the conversion to
nmount with revision 1.38. This causes mount_nwfs to fail with
the error message:

  mount_nwfs: mount error: /mnt/netware: syserr = No such file or directo=
ry

This is caused by a typo on line 178, which specifies "nwfw_args"
rather than "nwfs_args".

Submitted by:	Antony Mawer <gnats@mawer.org>
Fat fingers:	phk
PR:		86757
MFC:		3 days
2005-09-30 18:21:05 +00:00
..
nwfs_io.c
nwfs_ioctl.c
nwfs_mount.h
nwfs_node.c
nwfs_node.h
nwfs_subr.c Do not dereference dvp pointer before doing a NULL check. 2005-05-11 19:08:38 +00:00
nwfs_subr.h
nwfs_vfsops.c The NWFS code in RELENG_6 is broken due to a typo in 2005-09-30 18:21:05 +00:00
nwfs_vnops.c - Change all filesystems and vfs_cache to relock the dvp once the child is 2005-04-13 10:59:09 +00:00
nwfs.h