From owner-cvs-src@FreeBSD.ORG Fri Oct 29 09:33:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A8F316A4CE; Fri, 29 Oct 2004 09:33:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E28443D1F; Fri, 29 Oct 2004 09:33:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9T9XXWQ056298; Fri, 29 Oct 2004 09:33:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9T9XXhA056297; Fri, 29 Oct 2004 09:33:33 GMT (envelope-from phk) Message-Id: <200410290933.i9T9XXhA056297@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 29 Oct 2004 09:33:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys bufobj.h src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 09:33:33 -0000 phk 2004-10-29 09:33:33 UTC FreeBSD src repository Modified files: sys/sys bufobj.h sys/kern vfs_subr.c Log: Give the bufobj a private __bo_vnode for now to keep the syncer floating [1] At some point later the syncer will unlearn about vnodes and the filesystems method called by the syncer will know enough about what's in bo_private to do the right thing. [1] Ok, I know, but I couldn't resist the pun. Revision Changes Path 1.544 +2 -1 src/sys/kern/vfs_subr.c 1.10 +5 -0 src/sys/sys/bufobj.h