Date: Sat, 5 Oct 2002 16:27:05 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_acct.c Message-ID: <Pine.NEB.3.96L.1021005162426.64999s-100000@fledge.watson.org> In-Reply-To: <200210052005.g95K5NoM062445@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Note: this does not fix the WITNESS warning due to calling limcopy() while holding the accounting mutex. FWIW, the process limit "exemption" used to avoid limits from affecting the accounting code is bogus in a post-KSE world. It's not clear to me quite what the right fix is for that scenario--it also affects quota files and extended attributes on UFS1, and probably some other "write on behalf of" scenarios. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sat, 5 Oct 2002, Robert Watson wrote: > rwatson 2002/10/05 13:05:23 PDT > > Modified files: > sys/kern kern_acct.c > Log: > Make sure that the accounting credential is saved along with the vp > when accounting is suspended--otherwise when accounting is restored, > we may incorrectly assume the credential is valid. > > Panics experienced by: juli > > Revision Changes Path > 1.52 +1 -0 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?Pine.NEB.3.96L.1021005162426.64999s-100000>