From 5f5458322ad805f29adaa35fc1cf8346d5a415b4 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 7 Jul 2013 01:12:29 +0000 Subject: [PATCH] Add files related to ext2 HTree implementation These should've been added along with r252890 Reported by: gonzo PointyHat: pfg MFC after: 1 week --- sys/conf/files | 2 ++ 1 file changed, 2 insertions(+) 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