cvs commit: src/sys/conf files src/sys/geom geom_vfs.c geom_vfs.h
Poul-Henning Kamp
phk at FreeBSD.org
Fri Oct 29 02:56:57 PDT 2004
phk 2004-10-29 09:56:56 UTC
FreeBSD src repository
Modified files:
sys/conf files
Added files:
sys/geom geom_vfs.c geom_vfs.h
Log:
Add GEOM class "VFS" for filesystems and other buffer cache users
of GEOM devices.
There is nothing magic about this, it just gives a bufobj interface
to GEOM.
Revision Changes Path
1.960 +1 -0 src/sys/conf/files
1.1 +152 -0 src/sys/geom/geom_vfs.c (new)
1.1 +42 -0 src/sys/geom/geom_vfs.h (new)
More information about the cvs-src
mailing list