[Ocfs2-commits] rev 24 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 5 17:15:52 CST 2004


Author: manish
Date: 2004-02-05 17:15:50 -0600 (Thu, 05 Feb 2004)
New Revision: 24

Modified:
   trunk/src/journal.c
Log:
added a whole new thread for committing the cache


Modified: trunk/src/journal.c
===================================================================
--- trunk/src/journal.c	2004-02-05 21:23:45 UTC (rev 23)
+++ trunk/src/journal.c	2004-02-05 23:15:50 UTC (rev 24)
@@ -430,8 +430,8 @@
 			BUG();
 		ocfs_process_bitmap_free_head(osb, commit_head);
 	}
-	ocfs_free_bitmap_free_head(handle->commit_bits);
-	ocfs_free_bitmap_free_head(handle->abort_bits);
+	ocfs_free_bitmap_free_head(commit_head);
+	ocfs_free_bitmap_free_head(abort_head);
 
 	if (checkpoint)
 		ocfs_free(handle);



More information about the Ocfs2-commits mailing list