Date: Tue, 11 Apr 1995 10:13:18 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/msdosfs msdosfs_denode.c Message-ID: <199504111713.KAA23436@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/04/11 10:13:18 Modified: sys/msdosfs msdosfs_denode.c Log: 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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504111713.KAA23436>