From owner-cvs-all Wed May 23 15:27:56 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 3F2C737B423; Wed, 23 May 2001 15:27:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NMRrN48369; Wed, 23 May 2001 15:27:53 -0700 (PDT) (envelope-from jhb) Message-Id: <200105232227.f4NMRrN48369@freefall.freebsd.org> From: John Baldwin Date: Wed, 23 May 2001 15:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_pager.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 jhb 2001/05/23 15:27:53 PDT Modified files: sys/vm device_pager.c Log: Assert Giant is held for the device pager alloc and getpages methods since we call the mmap method of the cdevsw of the device we are mmap'ing. Revision Changes Path 1.51 +4 -4 src/sys/vm/device_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message