HardenedBSD/sys/msdosfs
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
..
bootsect.h
bpb.h
denode.h
direntry.h
fat.h
msdosfs_conv.c Fix adjkerntz expression priority. 1996-04-05 18:59:06 +00:00
msdosfs_denode.c Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
msdosfs_fat.c
msdosfs_lookup.c
msdosfs_vfsops.c add a `Warning:' to the message saying that the root directory is not a 1996-04-03 23:05:40 +00:00
msdosfs_vnops.c
msdosfsmount.h