From owner-cvs-all Thu Nov 25 12:21:56 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 07F8A14E0A; Thu, 25 Nov 1999 12:21:54 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45140; Thu, 25 Nov 1999 12:21:54 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199911252021.MAA45140@freefall.freebsd.org> From: Alan Cox Date: Thu, 25 Nov 1999 12:21:54 -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/11/25 12:21:54 PST Modified files: sys/vm vm_map.c Log: Remove nonsensical vm_map_{clear,set}_recursive() calls from vm_map_pageable(). At the point they called, vm_map_pageable() holds a read (or shared) lock on the map. The purpose of vm_map_{clear,set}_recursive() is to disable/enable repeated write (or exclusive) lock requests by the same process. Revision Changes Path 1.183 +1 -4 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message