Date: Thu, 19 Jun 2003 11:13:07 -0700 (PDT) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c Message-ID: <200306191813.h5JID7jS045732@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2003/06/19 11:13:07 PDT
FreeBSD src repository
Modified files:
sys/kern kern_descrip.c
Log:
Unlock the struct file lock before aquiring Giant, otherwise
we can deadlock because of lock order reversals. This was not
caught because Witness ignores pool mutexes right now.
Diagnosis and help: truckman
Noticed by: pho
Revision Changes Path
1.204 +3 -3 src/sys/kern/kern_descrip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306191813.h5JID7jS045732>
