e09c00cada
of Code 2009: - BSDL block and inode allocation policies for ext2fs. This involves the use FFS1 style block and inode allocation for ext2fs. Preallocation was removed since it was GPL'd. - Make ext2fs MPSAFE by introducing locks to per-mount datastructures. - Fixes for kern/122047 PR. - Various small bugfixes. - Move out of gnu/ directory. Sponsored by: Google Inc. Submitted by: Aditya Sarawgi <sarawgi.aditya AT SPAMFREE gmail DOT com>
11 lines
268 B
Makefile
11 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
.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
|
|
|
|
.include <bsd.kmod.mk>
|