switch ext2 to simple_fsync()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 7 Jun 2009 19:14:02 +0000 (15:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:12 +0000 (21:36 -0400)
commite1740a462ecb2eae213be15857b577cc6f6bb8b4
tree8ac67062735e9bbf6ec9ef450ba3a7e5a74405f1
parentb522412aeabadbb302fd4338eaabf09d10e2d29c
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>
fs/ext2/Makefile
fs/ext2/dir.c
fs/ext2/ext2.h
fs/ext2/file.c
fs/ext2/fsync.c [deleted file]
fs/ext2/inode.c