Sonic Zhang
2004-Mar-18 20:52 UTC
[Ocfs2-devel] I regenerate the patch for bug 45 against kernel 2.6.4
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); }
Mark Fasheh
2004-Mar-24 19:47 UTC
[Ocfs2-devel] I regenerate the patch for bug 45 against kernel 2.6.4
On Fri, Mar 19, 2004 at 10:52:13AM +0800, Sonic Zhang wrote:> See bellow. > Please check if it works.Sorry for the delay, but I finally got a chance to try patching this against a 2.6.4 kernel and it works fine, so I added it in the patches/ directory. --Mark -- Mark Fasheh Software Developer, Oracle Corp mark.fasheh@oracle.com