From owner-cvs-all Wed Mar 10 21:57:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B20514CF9; Wed, 10 Mar 1999 21:57:05 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA27874; Wed, 10 Mar 1999 21:56:51 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903110556.VAA27874@freefall.freebsd.org> From: Alan Cox Date: Wed, 10 Mar 1999 21:56:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/10 21:56:51 PST Modified files: (Branch: RELENG_3) sys/vm vm_map.c vm_map.h Log: MFC: Change vm_map_growstack to acquire and hold a read lock (instead of a write lock) until it actually needs to modify the vm_map. Upgrading a map's lock to exclusive status should increment the map's timestamp. In general, whenever an exclusive lock is acquired the timestamp should be incremented. Revision Changes Path 1.139.2.5 +17 -11 src/sys/vm/vm_map.c 1.33.2.2 +6 -2 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message