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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jul 7 17:26:18 CDT 2004


Author: mfasheh
Date: 2004-07-07 16:26:17 -0500 (Wed, 07 Jul 2004)
New Revision: 1246

Modified:
   trunk/src/alloc.c
Log:
* enable local alloc for system files.



Modified: trunk/src/alloc.c
===================================================================
--- trunk/src/alloc.c	2004-07-07 21:20:38 UTC (rev 1245)
+++ trunk/src/alloc.c	2004-07-07 21:26:17 UTC (rev 1246)
@@ -3980,11 +3980,6 @@
 	     && (file_size <= OCFS_LOCAL_ALLOC_MAX_ALLOC) )
 		use_global = 0;
 
-	/* TODO: let's find a way to use local alloc for system files
-	 * someday ;-) */
-	if (sysfile)
-		use_global = 1;
-
 	if (!use_global) {
 		local_alloc_inode = 
 			ocfs_get_system_file_inode(osb, 



More information about the Ocfs2-commits mailing list