cvs commit: src/sys/tools vnode_if.awk
Poul-Henning Kamp
phk at FreeBSD.org
Tue Feb 8 12:54:33 GMT 2005
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
More information about the cvs-src
mailing list