Part 1/many USERFS support. Bring in the initial userfs infrastructure.
commit1161173f4e847111b0df753386b55dd15b42fb8e
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 13 Aug 2007 17:49:17 +0000 (13 17:49 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 13 Aug 2007 17:49:17 +0000 (13 17:49 +0000)
tree46b939470fe3b858ff6d676a955417f578c43613
parent83776226711e657ab7469e00209ad2f50ca03891
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]