arm64: dts: Makefile: Add more rockchip target in dtbs list
[firefly-linux-kernel-4.4.55.git] / fs / openpromfs / inode.c
index 75885ffde44e58a967799d3b461181e74bb8fd9c..f4026aba26f34c8da7251973fcf6a6fa3875d54d 100644 (file)
@@ -375,6 +375,7 @@ static struct inode *openprom_iget(struct super_block *sb, ino_t ino)
 
 static int openprom_remount(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        *flags |= MS_NOATIME;
        return 0;
 }