]> err.no Git - linux-2.6/blobdiff - fs/jfs/super.c
[PATCH] dvb: stv0299: fix FE_DISHNETWORK_SEND_LEGACY_CMD
[linux-2.6] / fs / jfs / super.c
index 0812005364a17a1757d9674ae5af66672f2067cf..5e774ed7fb647d7b5ded82f414f5b0056e8a1dcf 100644 (file)
@@ -558,8 +558,10 @@ static int jfs_sync_fs(struct super_block *sb, int wait)
        struct jfs_log *log = JFS_SBI(sb)->log;
 
        /* log == NULL indicates read-only mount */
-       if (log)
+       if (log) {
                jfs_flush_journal(log, wait);
+               jfs_syncpt(log);
+       }
 
        return 0;
 }