Date: Sat, 22 Jun 2002 12:13:56 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Message-ID: <200206221913.g5MJDuI09547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/06/22 12:13:56 PDT Modified files: sys/vm vm_mmap.c Log: o Reduce the scope of Giant in vm_mmap() to just the code that manipulates a vnode. (Thus, MAP_ANON and MAP_STACK never acquire Giant.) Revision Changes Path 1.147 +2 -4 src/sys/vm/vm_mmap.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?200206221913.g5MJDuI09547>