freebsd-dev/sys/fs/msdosfs
Bruce Evans 2360b9bfc7 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 Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
direntry.h
fat.h
msdosfs_conv.c Fix timestamps when using Wall CMOS clock, 1995-03-29 18:48:06 +00:00
msdosfs_denode.c Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> 1995-04-11 17:13:17 +00:00
msdosfs_fat.c Submitted by: Wolfgang Solfrank <ws@tools.de> 1995-04-11 16:43:20 +00:00
msdosfs_lookup.c
msdosfs_vfsops.c
msdosfs_vnops.c Removed redundant newlines that were in some panic strings. 1995-03-19 14:29:26 +00:00
msdosfsmount.h