From owner-cvs-all Sat Jun 22 12:14: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96DE637B400; Sat, 22 Jun 2002 12:13:56 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MJDuI09547; Sat, 22 Jun 2002 12:13:56 -0700 (PDT) (envelope-from alc) Message-Id: <200206221913.g5MJDuI09547@freefall.freebsd.org> From: Alan Cox Date: Sat, 22 Jun 2002 12:13:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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