From owner-cvs-all Tue Jun 18 23: 2:14 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 B6B5337B408; Tue, 18 Jun 2002 23:02:03 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5J623Q97778; Tue, 18 Jun 2002 23:02:03 -0700 (PDT) (envelope-from alc) Message-Id: <200206190602.g5J623Q97778@freefall.freebsd.org> From: Alan Cox Date: Tue, 18 Jun 2002 23:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_object.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/18 23:02:03 PDT Modified files: sys/vm vm_map.c vm_object.c Log: o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and release of Giant. o Reduce the scope of GIANT_REQUIRED in vm_map_insert(). These changes will enable us to remove the acquisition and release of Giant from obreak(). Revision Changes Path 1.255 +2 -2 src/sys/vm/vm_map.c 1.217 +8 -6 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message