fs: push sync_filesystem() down to the file system's remount_fs()
[deliverable/linux.git] / fs / adfs / super.c
index 7b3003cb6f1bde4d562d01e85db3455d120c7309..952aeb048349c73ea9a6d9354015163640e47d4b 100644 (file)
@@ -212,6 +212,7 @@ static int parse_options(struct super_block *sb, char *options)
 
 static int adfs_remount(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        *flags |= MS_NODIRATIME;
        return parse_options(sb, data);
 }
This page took 0.08818 seconds and 5 git commands to generate.