Date: Wed, 11 Sep 2002 22:00:33 -0700 (PDT) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acct.c Message-ID: <200209120500.g8C50Xx6084087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
arr 2002/09/11 22:00:32 PDT Modified files: sys/kern kern_acct.c Log: - Fix two obvious locking bugs; 1) returning with lock held when it needed to be dropped, 2) attempting to lock acct_mtx while already holding it. Sorry to those who experienced pain. - Added two comments referring to two areas in which acct_mtx is held over vnode operations that might sleep. Patch in the works for this. Revision Changes Path 1.50 +16 -3 src/sys/kern/kern_acct.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209120500.g8C50Xx6084087>