* [Ocfs2-devel] I regenerate the patch for bug 45 against kernel 2.6.4
@ 2004-03-18 20:52 Sonic Zhang
2004-03-24 19:47 ` Mark Fasheh
0 siblings, 1 reply; 2+ messages in thread
From: Sonic Zhang @ 2004-03-18 20:52 UTC (permalink / raw)
To: ocfs2-devel
See bellow.
Please check if it works.
---------------------------------------------------------------------------
--- linux-2.6.4a/fs/jbd/journal.c 2004-03-19 10:40:49.264613984 +0800
+++ linux-2.6.4/fs/jbd/journal.c 2004-03-19 10:41:12.091143824 +0800
@@ -832,10 +832,10 @@
bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
lock_buffer(bh);
memset (bh->b_data, 0, journal->j_blocksize);
- BUFFER_TRACE(bh, "marking dirty");
- mark_buffer_dirty(bh);
BUFFER_TRACE(bh, "marking uptodate");
set_buffer_uptodate(bh);
+ BUFFER_TRACE(bh, "marking dirty");
+ mark_buffer_dirty(bh);
unlock_buffer(bh);
__brelse(bh);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-24 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-18 20:52 [Ocfs2-devel] I regenerate the patch for bug 45 against kernel 2.6.4 Sonic Zhang
2004-03-24 19:47 ` Mark Fasheh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.