]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext2/dir.c
Merge branch 'fix/hda' into for-linus
[karo-tx-linux.git] / fs / ext2 / dir.c
index fc2bd05d35591103587c53bb9dbbfe3348c51c9a..7516957273ed7c4bccc516c0b48c204841f56f71 100644 (file)
@@ -721,5 +721,5 @@ const struct file_operations ext2_dir_operations = {
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = ext2_compat_ioctl,
 #endif
-       .fsync          = simple_fsync,
+       .fsync          = ext2_fsync,
 };