summaryrefslogtreecommitdiffstats
path: root/sys/modules/ext2fs
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-01-14 14:30:54 +0000
committerlulf <lulf@FreeBSD.org>2010-01-14 14:30:54 +0000
commit8ab7715033ec4b66ff6203f772f2a4b430e2b6e6 (patch)
treefef80ad74c782758cf935f5ae7b6be070319042e /sys/modules/ext2fs
parentcee9e919b513999007f8f66c6581fa31174b4fb9 (diff)
downloadFreeBSD-src-8ab7715033ec4b66ff6203f772f2a4b430e2b6e6.zip
FreeBSD-src-8ab7715033ec4b66ff6203f772f2a4b430e2b6e6.tar.gz
Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer
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>
Diffstat (limited to 'sys/modules/ext2fs')
-rw-r--r--sys/modules/ext2fs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile
index 1ce8ab8..d9ab969 100644
--- a/sys/modules/ext2fs/Makefile
+++ b/sys/modules/ext2fs/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../gnu/fs/ext2fs
+.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_linux_balloc.c ext2_linux_ialloc.c \
- ext2_lookup.c ext2_subr.c ext2_vfsops.c ext2_vnops.c
+ ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \
+ ext2_vnops.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud