Date: Fri, 18 Jan 2002 17:03:54 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c Message-ID: <200201190103.g0J13sR83772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/01/18 17:03:54 PST
Modified files:
sys/kern sys_generic.c
Log:
undo a bit of the Giant pushdown.
fdrop isn't SMP safe as it may call into the file's close routine which
definetly is not SMP safe right now, so we hold Giant over calls to
fdrop now.
Revision Changes Path
1.87 +9 -5 src/sys/kern/sys_generic.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?200201190103.g0J13sR83772>
