From owner-cvs-all Sat Dec 14 23:30:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F0E37B401; Sat, 14 Dec 2002 23:30:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C5643ED1; Sat, 14 Dec 2002 23:30:52 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBF7UqmV079168; Sat, 14 Dec 2002 23:30:52 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBF7UpwU079162; Sat, 14 Dec 2002 23:30:51 -0800 (PST) Message-Id: <200212150730.gBF7UpwU079162@repoman.freebsd.org> From: Alan Cox Date: Sat, 14 Dec 2002 23:30:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.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 alc 2002/12/14 23:30:51 PST Modified files: sys/vm vm_object.c Log: As per the comments, vm_object_page_remove() now expects its caller to lock the object (i.e., acquire Giant). Revision Changes Path 1.244 +2 -8 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message