Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2010 12:16:40 GMT
From:      Zheng Liu <lz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 182462 for review
Message-ID:  <201008161216.o7GCGevk003612@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@182462?ac=10

Change 182462 by lz@gnehzuil-freebsd on 2010/08/16 12:15:42

	       Modify modules/ext2fs/Makefile to compile hash directory index.

Affected files ...

.. //depot/projects/soc2010/ext4fs/src/sys/modules/ext2fs/Makefile#2 edit

Differences ...

==== //depot/projects/soc2010/ext4fs/src/sys/modules/ext2fs/Makefile#2 (text+ko) ====

@@ -3,8 +3,8 @@
 .PATH:	${.CURDIR}/../../fs/ext2fs
 KMOD=	ext2fs
 SRCS=	opt_ddb.h opt_quota.h opt_suiddir.h vnode_if.h \
-	ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_inode.c \
-	ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \
-	ext2_vnops.c
+	ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extents.c \
+        ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
+        ext2_vfsops.c ext2_vnops.c ext2_htree.c
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008161216.o7GCGevk003612>