aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-07-07 01:12:29 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-07-07 01:12:29 +0000
commit5f5458322ad805f29adaa35fc1cf8346d5a415b4 (patch)
tree31ff21ae66524add79404ccca9eb33752f177c4b /sys/conf
parent98491bfaa47c08ca3e71e89e7daf705ccecc0377 (diff)
downloadsrc-5f5458322ad805f29adaa35fc1cf8346d5a415b4.tar.gz
src-5f5458322ad805f29adaa35fc1cf8346d5a415b4.zip
Add files related to ext2 HTree implementation
These should've been added along with r252890 Reported by: gonzo PointyHat: pfg MFC after: 1 week
Notes
Notes: svn path=/head/; revision=252906
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index ed62aacba26e..45997a3d5cd3 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2666,6 +2666,8 @@ fs/ext2fs/ext2_balloc.c optional ext2fs
fs/ext2fs/ext2_bmap.c optional ext2fs
fs/ext2fs/ext2_inode.c optional ext2fs
fs/ext2fs/ext2_inode_cnv.c optional ext2fs
+fs/ext2fs/ext2_hash.c optional ext2fs
+fs/ext2fs/ext2_htree.c optional ext2fs
fs/ext2fs/ext2_lookup.c optional ext2fs
fs/ext2fs/ext2_subr.c optional ext2fs
fs/ext2fs/ext2_vfsops.c optional ext2fs