summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-05-16 19:08:03 +0000
committeriedowse <iedowse@FreeBSD.org>2002-05-16 19:08:03 +0000
commit4009aa43de152606c655cf815548d7719f363b62 (patch)
tree90aeb827be217019fb5a2b0c03ee96df99127d25 /sys/conf/files
parent4ed909bc5ca3075a914b3c63bcee97068e0c0fa5 (diff)
downloadFreeBSD-src-4009aa43de152606c655cf815548d7719f363b62.zip
FreeBSD-src-4009aa43de152606c655cf815548d7719f363b62.tar.gz
Complete the separation of ext2fs from ufs by copying the remaining
shared code and converting all ufs references. Originally it may have made sense to share common features between the two filesystems, but recently it has only caused problems, the UFS2 work being the final straw. All UFS_* indirect calls are now direct calls to ext2_* functions, and ext2fs-specific mount and inode structures have been introduced.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e7f520a..2fb96e8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -732,6 +732,8 @@ geom/geom_sunlabel.c optional geom
gnu/ext2fs/ext2_alloc.c optional ext2fs \
warning "kernel contains GPL contaminated ext2fs file system"
gnu/ext2fs/ext2_balloc.c optional ext2fs
+gnu/ext2fs/ext2_bmap.c optional ext2fs
+gnu/ext2fs/ext2_ihash.c optional ext2fs
gnu/ext2fs/ext2_inode.c optional ext2fs
gnu/ext2fs/ext2_inode_cnv.c optional ext2fs
gnu/ext2fs/ext2_linux_balloc.c optional ext2fs
OpenPOWER on IntegriCloud