[Ocfs2-commits] mfasheh commits r2591 - branches/ocfs2-1.0/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Sep 16 20:04:47 CDT 2005


Author: mfasheh
Signed-off-by: jlbec
Date: 2005-09-16 20:04:46 -0500 (Fri, 16 Sep 2005)
New Revision: 2591

Modified:
   branches/ocfs2-1.0/fs/ocfs2/journal.c
Log:
* merge one line from trunk revision 2582:
	- schedule a truncate log flush when recovering our own slot.

Signed-off-by: jlbec



Modified: branches/ocfs2-1.0/fs/ocfs2/journal.c
===================================================================
--- branches/ocfs2-1.0/fs/ocfs2/journal.c	2005-09-17 00:34:40 UTC (rev 2590)
+++ branches/ocfs2-1.0/fs/ocfs2/journal.c	2005-09-17 01:04:46 UTC (rev 2591)
@@ -962,6 +962,8 @@
 						osb->slot_num,
 						osb->local_alloc_copy,
 						NULL);
+		ocfs2_schedule_truncate_log_flush(osb, 0);
+
 		osb->local_alloc_copy = NULL;
 		osb->dirty = 0;
 	}



More information about the Ocfs2-commits mailing list