From owner-cvs-all Tue Mar 2 14:55:20 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 8196014DEB; Tue, 2 Mar 1999 14:55:18 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA55811; Tue, 2 Mar 1999 14:55:03 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903022255.OAA55811@freefall.freebsd.org> From: Alan Cox Date: Tue, 2 Mar 1999 14:55:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/02 14:55:03 PST Modified files: sys/vm vm_mmap.c Log: To avoid a conflict for the vm_map's lock with vm_fault, release the read lock around the subyte operations in mincore. After the lock is reacquired, use the map's timestamp to determine if we need to restart the scan. Revision Changes Path 1.92 +33 -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