freebsd-nq/sys/fs/nwfs
Jeff Roberson 8b5905a47d - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
stack trace supplied by phk, I now understand what's going on here.  The
   check for VI_XLOCK stops us from calling vinvalbuf once the vnode has been
   partially torn down in vclean().  It is not clear that this would cause
   a problem.  Document this in nfs_bio.c, which is where the other two
   filesystems copied this code from.
2003-10-04 08:51:50 +00:00
..
nwfs_io.c - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a 2003-10-04 08:51:50 +00:00
nwfs_ioctl.c Return ENOTTY on unrecognized ioctls. 2002-09-26 14:08:37 +00:00
nwfs_mount.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
nwfs_node.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
nwfs_node.h
nwfs_subr.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
nwfs_subr.h
nwfs_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
nwfs_vnops.c Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
nwfs.h