Transplant all the UFS ops that EXT2 used to call into the EXT2 tree and
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 4 Apr 2006 17:34:32 +0000 (17:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 4 Apr 2006 17:34:32 +0000 (17:34 +0000)
commit1f1db49fd98099559dc758fa49e0da4a9637ea13
tree983a5682857686e3ead70d215390db3a5d24e105
parentfb8c9c0107397cc5f0c62192474d14b2c9383404
Transplant all the UFS ops that EXT2 used to call into the EXT2 tree and
reconnect it to the build.  Recent BUF/BIO work made most of the UFS tree
incompatible with EXT2FS.

Reported-by: Csaba Henk <csaba.henk@creo.hu>
27 files changed:
sys/conf/files
sys/sys/vfscache.h
sys/vfs/Makefile
sys/vfs/gnu/ext2fs/COPYRIGHT.INFO
sys/vfs/gnu/ext2fs/Makefile
sys/vfs/gnu/ext2fs/dinode.h [new file with mode: 0644]
sys/vfs/gnu/ext2fs/dir.h [new file with mode: 0644]
sys/vfs/gnu/ext2fs/ext2_alloc.c
sys/vfs/gnu/ext2fs/ext2_balloc.c
sys/vfs/gnu/ext2fs/ext2_bmap.c [new file with mode: 0644]
sys/vfs/gnu/ext2fs/ext2_extern.h
sys/vfs/gnu/ext2fs/ext2_ihash.c [new file with mode: 0644]
sys/vfs/gnu/ext2fs/ext2_inode.c
sys/vfs/gnu/ext2fs/ext2_inode_cnv.c
sys/vfs/gnu/ext2fs/ext2_linux_balloc.c
sys/vfs/gnu/ext2fs/ext2_linux_ialloc.c
sys/vfs/gnu/ext2fs/ext2_lookup.c
sys/vfs/gnu/ext2fs/ext2_quota.c [new file with mode: 0644]
sys/vfs/gnu/ext2fs/ext2_readwrite.c
sys/vfs/gnu/ext2fs/ext2_subr.c
sys/vfs/gnu/ext2fs/ext2_vfsops.c
sys/vfs/gnu/ext2fs/ext2_vnops.c
sys/vfs/gnu/ext2fs/ext2mount.h [new file with mode: 0644]
sys/vfs/gnu/ext2fs/fs.h
sys/vfs/gnu/ext2fs/i386-bitops.h
sys/vfs/gnu/ext2fs/inode.h [new file with mode: 0644]
sys/vfs/gnu/ext2fs/quota.h [new file with mode: 0644]