commit | e1740a462ecb2eae213be15857b577cc6f6bb8b4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 07 15:14:02 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:12 2009 -0400 |
tree | 8ac67062735e9bbf6ec9ef450ba3a7e5a74405f1 | |
parent | b522412aeabadbb302fd4338eaabf09d10e2d29c [diff] [blame] |
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>
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index 2999d72..0035004 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c
@@ -720,5 +720,5 @@ #ifdef CONFIG_COMPAT .compat_ioctl = ext2_compat_ioctl, #endif - .fsync = ext2_sync_file, + .fsync = simple_fsync, };