Date: Wed, 27 Oct 2004 08:05:03 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys buf.h bufobj.h vnode.h Message-ID: <200410270805.i9R853Wb066467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004-10-27 08:05:03 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/sys buf.h bufobj.h vnode.h Log: Move the syncer linkage from vnode to bufobj. This is not quite a perfect separation: the syncer still think it knows that everything is a vnode. Revision Changes Path 1.543 +42 -34 src/sys/kern/vfs_subr.c 1.175 +3 -2 src/sys/sys/buf.h 1.9 +7 -2 src/sys/sys/bufobj.h 1.253 +0 -6 src/sys/sys/vnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410270805.i9R853Wb066467>