[Ocfs2-commits] mfasheh commits r1387 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Aug 26 13:07:58 CDT 2004


Author: mfasheh
Date: 2004-08-26 13:07:56 -0500 (Thu, 26 Aug 2004)
New Revision: 1387

Modified:
   trunk/src/super.c
Log:
* move the shutdown_local_alloc back for now...



Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-08-26 18:03:36 UTC (rev 1386)
+++ trunk/src/super.c	2004-08-26 18:07:56 UTC (rev 1387)
@@ -1104,8 +1104,6 @@
 		goto leave;
 	}
 
-	ocfs_shutdown_local_alloc(osb, 1);
-
 	/* disable any new recovery threads and wait for any currently
 	 * running ones to exit. Do this before setting the vol_state. */
 	down(&osb->recovery_lock);
@@ -1131,6 +1129,7 @@
 	}
 #endif
 
+	ocfs_shutdown_local_alloc(osb, 1);
 	ocfs_journal_shutdown(osb);
 
 	/* unset the mounted flag -- we're done with the journal and



More information about the Ocfs2-commits mailing list