freebsd-dev/sys/miscfs/nullfs
David Greenman 2f9bae59d6 Moved the fsnode MALLOC to before the call to getnewvnode() so that the
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.

Pointed out by Matt Day <mday@artisoft.com>
1996-06-12 03:37:57 +00:00
..
null_subr.c Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
null_vfsops.c Staticize. 1995-12-11 09:24:58 +00:00
null_vnops.c Staticize. 1995-12-11 09:24:58 +00:00
null.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00