[Ocfs2-commits] jlbec commits r940 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue May 25 18:45:10 CDT 2004


Author: jlbec
Date: 2004-05-25 17:45:08 -0500 (Tue, 25 May 2004)
New Revision: 940

Modified:
   trunk/src/super.c
Log:

Fix incorrect ordering of shutdown_journal and shutdown_local_alloc()




Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-05-25 19:03:04 UTC (rev 939)
+++ trunk/src/super.c	2004-05-25 22:45:08 UTC (rev 940)
@@ -1098,8 +1098,8 @@
 #endif
 
 	/* Shutdown the journal and sync up and clear the local alloc. */
+	ocfs_shutdown_local_alloc(osb, NULL, 1, 0);
 	ocfs_journal_shutdown(osb);
-	ocfs_shutdown_local_alloc(osb, NULL, 1, 0);
 
 	/* unset the mounted flag -- we're done with the journal and
 	 * the local alloc bitmap */



More information about the Ocfs2-commits mailing list