diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-07 15:14:02 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-11 21:36:12 -0400 |
commit | e1740a462ecb2eae213be15857b577cc6f6bb8b4 (patch) | |
tree | 8ac67062735e9bbf6ec9ef450ba3a7e5a74405f1 /fs/ext2/Makefile | |
parent | b522412aeabadbb302fd4338eaabf09d10e2d29c (diff) |
switch ext2 to simple_fsync()
kill ext2_sync_file() (along with ext2/fsync.c), get rid of
ext2_update_inode() - it's an alias of ext2_write_inode().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext2/Makefile')
-rw-r--r-- | fs/ext2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/Makefile b/fs/ext2/Makefile index e0b2b43c1fdb..f42af45cfd88 100644 --- a/fs/ext2/Makefile +++ b/fs/ext2/Makefile @@ -4,7 +4,7 @@ obj-$(CONFIG_EXT2_FS) += ext2.o -ext2-y := balloc.o dir.o file.o fsync.o ialloc.o inode.o \ +ext2-y := balloc.o dir.o file.o ialloc.o inode.o \ ioctl.o namei.o super.o symlink.o ext2-$(CONFIG_EXT2_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o |