freebsd-nq/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 Added msdosfs. 1994-09-19 15:41:57 +00:00
bpb.h Added msdosfs. 1994-09-19 15:41:57 +00:00
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 Added msdosfs. 1994-09-19 15:41:57 +00:00
fat.h Added declarations, fixed bugs due to missing decls. At least one of them 1994-09-27 20:42:59 +00:00
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 Added declarations, fixed bugs due to missing decls. At least one of them 1994-09-27 20:42:59 +00:00
msdosfs_vfsops.c Fix numerous timestamp bugs. 1994-12-12 12:35:50 +00:00
msdosfs_vnops.c Removed redundant newlines that were in some panic strings. 1995-03-19 14:29:26 +00:00
msdosfsmount.h Added declarations, fixed bugs due to missing decls. At least one of them 1994-09-27 20:42:59 +00:00