=====================================
--- 2.5.13/fs/jbd/transaction.c~ext3-mark_buffer_dirty Sun May 5 13:32:00 2002
+++ 2.5.13-akpm/fs/jbd/transaction.c Sun May 5 13:32:35 2002
@@ -1548,7 +1548,7 @@ void __journal_unfile_buffer(struct jour
__blist_del_buffer(list, jh);
jh->b_jlist = BJ_None;
if (test_and_clear_bit(BH_JBDDirty, &jh2bh(jh)->b_state))
- set_buffer_dirty(jh2bh(jh));
+ mark_buffer_dirty(jh2bh(jh)); /* Expose it to the VM */
}
void journal_unfile_buffer(struct journal_head *jh)
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/