Date: Mon, 14 Jan 2002 16:58:40 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c Message-ID: <200201150058.g0F0weX03980@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/01/14 16:58:40 PST
Modified files:
sys/kern kern_descrip.c
Log:
Push down Giant in dup(2) and dup2(2), Giant is only needed when
calling closef() in the case of dup2(2) duping over a descriptor
and when fdalloc must grow or free a filedesc.
Revision Changes Path
1.118 +17 -16 src/sys/kern/kern_descrip.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?200201150058.g0F0weX03980>
