X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext3%2FMakefile;h=704cd44a40c256e10ccc097aae36f35dd32309ab;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=92deb0d952a5b70da6fe9f258d7b665579d78c36;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/ext3/Makefile b/fs/ext3/Makefile index 92deb0d95..704cd44a4 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-$(CONFIG_EXT3_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o