HardenedBSD/sys/fs/msdosfs
bde 49bffa9247 Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
Fix PR 303: msdosfs: moving a file into another directory causes panic.

" ... the code that does the rename already has the denode
locked when msdosfs_hashins() gets called, resulting in the panic
when the routine attempts to lock the denode again.
...
The attached patch changes the msdosfs_hashins() routine to not lock the
denode.  The caller is now resposible for obtaining the lock instead
of having msdosfs_hashins() do it for them."
1995-04-11 17:13:17 +00:00
..
bootsect.h
bpb.h
denode.h
direntry.h
fat.h
msdosfs_conv.c
msdosfs_denode.c Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> 1995-04-11 17:13:17 +00:00
msdosfs_fat.c
msdosfs_lookup.c
msdosfs_vfsops.c
msdosfs_vnops.c
msdosfsmount.h