Date: Tue, 8 Feb 2005 12:54:33 +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/tools vnode_if.awk Message-ID: <200502081254.j18CsXCt001525@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-02-08 12:54:33 UTC FreeBSD src repository Modified files: sys/tools vnode_if.awk Log: Add VOP_FOO_APV() which takes a pointer to the vop_vector. This allows stacked or partitioned filesystems to say "Continue the normal resolution from here", for instace from FFS to UFS. Use VNASSERT() instead of KASSERT(). Revision Changes Path 1.48 +11 -6 src/sys/tools/vnode_if.awk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502081254.j18CsXCt001525>