]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/super.c
JFS: Improve sync barrier processing
[linux-2.6-omap-h63xx.git] / fs / jfs / super.c
index ee32211288cefadc7b86c7d33129f6d279950ee3..c2abdaee0c0b56fd5f22eda6da423dfb2e7ebc35 100644 (file)
@@ -531,7 +531,7 @@ static int jfs_sync_fs(struct super_block *sb, int wait)
        /* log == NULL indicates read-only mount */
        if (log) {
                jfs_flush_journal(log, wait);
-               jfs_syncpt(log);
+               jfs_syncpt(log, 0);
        }
 
        return 0;