[PATCH] Change ll_rw_block() calls in JBD
[safe/jmp/linux-2.6] / fs / jbd / journal.c
index 334f4cf..7ae2c4f 100644 (file)
@@ -957,7 +957,7 @@ void journal_update_superblock(journal_t *journal, int wait)
        if (wait)
                sync_dirty_buffer(bh);
        else
-               ll_rw_block(WRITE, 1, &bh);
+               ll_rw_block(SWRITE, 1, &bh);
 
 out:
        /* If we have just flushed the log (by marking s_start==0), then