Part 1/many USERFS support. Bring in the initial userfs infrastructure.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 13 Aug 2007 17:49:17 +0000 (17:49 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 13 Aug 2007 17:49:17 +0000 (17:49 +0000)
commita92480c373b2587acf682dd0e0b54dd7a02885cb
treea19cf9a8ef5bb1144b26f29c4efb1f37c00b590a
parentfc247d0a489f22a6271e5dbe221c3d8d18e2e46e
Part 1/many USERFS support.  Bring in the initial userfs infrastructure.
Add syslink-based mount support.  Most of the VOPs are still just dummy
wrappers with this commit.  USERFS is not yet linked into the build.
sys/conf/files
sys/conf/options
sys/sys/vfscache.h
sys/vfs/userfs/Makefile [new file with mode: 0644]
sys/vfs/userfs/userfs.h [new file with mode: 0644]
sys/vfs/userfs/userfs_elms.c [new file with mode: 0644]
sys/vfs/userfs/userfs_inode.c [new file with mode: 0644]
sys/vfs/userfs/userfs_vfsops.c [new file with mode: 0644]
sys/vfs/userfs/userfs_vnops.c [new file with mode: 0644]