K 10 svn:author V 3 bde K 8 svn:date V 27 1995-04-11T17:13:17.000000Z K 7 svn:log V 500 Submitted by: Mike Pritchard 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." END