From owner-freebsd-current Sun Mar 17 12:11:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 4D45037B405; Sun, 17 Mar 2002 12:11:45 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g2HKAKl31259; Sun, 17 Mar 2002 12:10:20 -0800 (PST) (envelope-from dillon) Date: Sun, 17 Mar 2002 12:10:20 -0800 (PST) From: Matthew Dillon Message-Id: <200203172010.g2HKAKl31259@apollo.backplane.com> To: Tor.Egge@cvsup.no.freebsd.org Cc: bright@mu.org, green@FreeBSD.ORG, jhb@FreeBSD.ORG, current@FreeBSD.ORG, Seigo Tanimura Subject: Re: cvs commit: src/sys/kern kern_mtxpool.c src/sys/sys kernel.h src/sys/vm vm_fault.c vm_glue.c vm_map.c vm_map.h vm_pageout.c vm_zone.c References: <200203152250.g2FMobf38767@green.bikeshed.org> <20020315234546Y.tegge@cvsup.no.freebsd.org> <20020317112014.GX4857@elvis.mu.org> <20020317191358D.tegge@cvsup.no.freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have no idea what the frig you guys are doing in vm_map.c. I would recommend that all the changes be backed out. Then I would recommend that the following be done: * change the lockmgr vm_map lock to be exclusive-only * test & commit * change the lockmgr vm_map lock to an exclusive SX lock * test & commit * Then work on re-optimizing the vm_map locks You guys are trying to bite off too much all at once. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message