From owner-cvs-all Sun Mar 7 13:25:59 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 1ED3C14C3F; Sun, 7 Mar 1999 13:25:58 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA08968; Sun, 7 Mar 1999 13:25:43 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903072125.NAA08968@freefall.freebsd.org> From: Alan Cox Date: Sun, 7 Mar 1999 13:25:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/07 13:25:43 PST Modified files: sys/vm vm_map.c Log: 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. Note: it is legal to modify vm_map::hint without holding a write lock. Submitted by: "Richard Seaman, Jr." with minor changes by myself. Revision Changes Path 1.154 +17 -11 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message