From owner-cvs-sys Fri Nov 14 15:05:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA10983 for cvs-sys-outgoing; Fri, 14 Nov 1997 15:05:12 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA10737; Fri, 14 Nov 1997 15:00:21 -0800 (PST) (envelope-from tegge@FreeBSD.org) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA04898; Fri, 14 Nov 1997 14:57:46 -0800 (PST) Date: Fri, 14 Nov 1997 14:57:46 -0800 (PST) Message-Id: <199711142257.OAA04898@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tegge 1997/11/14 14:57:46 PST Modified files: sys/miscfs/procfs procfs_map.c Log: Don't try to obtain an excluive lock on the vm map, since a deadlock might occur if the process owning the map is wiring pages. Revision Changes Path 1.13 +3 -3 src/sys/miscfs/procfs/procfs_map.c