[Ocfs2-commits] mfasheh commits r2601 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Sep 20 15:40:53 CDT 2005


Author: mfasheh
Signed-off-by: zab
Date: 2005-09-20 15:40:53 -0500 (Tue, 20 Sep 2005)
New Revision: 2601

Modified:
   trunk/fs/ocfs2/buffer_head_io.c
Log:
* Fix a merge error on my part with the last commit.

Signed-off-by: zab



Modified: trunk/fs/ocfs2/buffer_head_io.c
===================================================================
--- trunk/fs/ocfs2/buffer_head_io.c	2005-09-20 20:23:38 UTC (rev 2600)
+++ trunk/fs/ocfs2/buffer_head_io.c	2005-09-20 20:40:53 UTC (rev 2601)
@@ -66,6 +66,7 @@
 	/* remove from dirty list before I/O. */
 	clear_buffer_dirty(bh);
 
+	get_bh(bh); /* for end_buffer_write_sync() */                   
 	bh->b_end_io = end_buffer_write_sync;
 	submit_bh(WRITE, bh);
 



More information about the Ocfs2-commits mailing list