From owner-cvs-all Thu Dec 19 21:10:34 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 9508937B401; Thu, 19 Dec 2002 21:10:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267B943ED8; Thu, 19 Dec 2002 21:10:33 -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 gBK5AWfh083857; Thu, 19 Dec 2002 21:10:32 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBK5AWWn083844; Thu, 19 Dec 2002 21:10:32 -0800 (PST) Message-Id: <200212200510.gBK5AWWn083844@repoman.freebsd.org> From: Alan Cox Date: Thu, 19 Dec 2002 21:10:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c vm_object.h 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/19 21:10:32 PST Modified files: sys/vm vm_object.c vm_object.h Log: Add a mutex to struct vm_object. Initialize and destroy that mutex at appropriate times. For the moment, the mutex is only used on the kmem_object. Revision Changes Path 1.247 +4 -0 src/sys/vm/vm_object.c 1.87 +7 -2 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message