[Ocfs2-commits] zab commits r2002 - branches/usysfsify/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 17 19:43:42 CST 2005


Author: zab
Date: 2005-03-17 19:43:40 -0600 (Thu, 17 Mar 2005)
New Revision: 2002

Modified:
   branches/usysfsify/fs/ocfs2/super.c
Log:
o land mark's patch to shut down the dlm after releasing inodes


Modified: branches/usysfsify/fs/ocfs2/super.c
===================================================================
--- branches/usysfsify/fs/ocfs2/super.c	2005-03-18 01:30:44 UTC (rev 2001)
+++ branches/usysfsify/fs/ocfs2/super.c	2005-03-18 01:43:40 UTC (rev 2002)
@@ -1015,6 +1015,8 @@
 
 	ocfs2_put_slot(osb);
 
+	ocfs_release_system_inodes(osb);
+
 	ocfs2_dlm_shutdown(osb);
 
 	ocfs2_clear_hb_callbacks(osb);
@@ -1025,8 +1027,6 @@
 		MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev),
 		OcfsGlobalCtxt.node_name, osb->node_num);
 
-	ocfs_release_system_inodes(osb);
-
 	ocfs_delete_osb (osb);
 	kfree(osb);
 	sb->s_dev = 0;



More information about the Ocfs2-commits mailing list