]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/qnx4/inode.c
fs: push sync_filesystem() down to the file system's remount_fs()
[karo-tx-linux.git] / fs / qnx4 / inode.c
index 89558810381c497389c184856d30efd0a2ce9717..c4bcb778886e5c79c4dcc9381cf13f0a76358838 100644 (file)
@@ -44,6 +44,7 @@ static int qnx4_remount(struct super_block *sb, int *flags, char *data)
 {
        struct qnx4_sb_info *qs;
 
+       sync_filesystem(sb);
        qs = qnx4_sb(sb);
        qs->Version = QNX4_VERSION;
        *flags |= MS_RDONLY;