Date: Sun, 03 Jul 2005 01:10:19 -0000 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_default.c src/sys/sys vnode.h src/sys/vm vnode_pager.c vnode_pager.h Message-ID: <200501242121.j0OLLx4n081878@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-01-24 21:21:59 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c sys/sys vnode.h sys/vm vnode_pager.c vnode_pager.h Log: Move the body of vop_stdcreatevobject() over to the vnode_pager under the name Sande^H^H^H^H^Hvnode_create_vobject(). Make the new function take a size argument which removes the need for a VOP_STAT() or a very pessimistic guess for disks. Call that new function from vop_stdcreatevobject(). Make vnode_pager_alloc() private now that its only user came home. Revision Changes Path 1.116 +1 -50 src/sys/kern/vfs_default.c 1.272 +1 -0 src/sys/sys/vnode.h 1.211 +50 -0 src/sys/vm/vnode_pager.c 1.20 +0 -1 src/sys/vm/vnode_pager.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501242121.j0OLLx4n081878>