X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext3%2FMakefile;h=e77766a8b3f07a8f3e37f7f66ce917b5e79ea061;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=92deb0d952a5b70da6fe9f258d7b665579d78c36;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/fs/ext3/Makefile b/fs/ext3/Makefile index 92deb0d95..e77766a8b 100644 --- a/fs/ext3/Makefile +++ b/fs/ext3/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_EXT3_FS) += ext3.o ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \ - ioctl.o namei.o super.o symlink.o hash.o + ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o ext3-$(CONFIG_EXT3_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o