From owner-cvs-all Sun Oct 14 13:47:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB5DD37B411; Sun, 14 Oct 2001 13:47:09 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKl9t65155; Sun, 14 Oct 2001 13:47:09 -0700 (PDT) (envelope-from tegge) Message-Id: <200110142047.f9EKl9t65155@freefall.freebsd.org> From: Tor Egge Date: Sun, 14 Oct 2001 13:47:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/14 13:47:09 PDT Modified files: sys/vm vm_map.c Log: Fix locking violations during page wiring: - vm map entries are not valid after the map has been unlocked. - An exclusive lock on the map is needed before calling vm_map_simplify_entry(). Fix cleanup after page wiring failure to unwire all pages that had been successfully wired before the failure was detected. Reviewed by: dillon Revision Changes Path 1.210 +33 -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