[Ocfs2-commits] manish commits r1068 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sat Jun 12 14:41:52 CDT 2004


Author: manish
Date: 2004-06-12 13:41:50 -0500 (Sat, 12 Jun 2004)
New Revision: 1068

Modified:
   branches/format-changes/src/sysfile.c
Log:
ocfs_extent_recs_per_eb->ocfs2_extent_recs_per_eb


Modified: branches/format-changes/src/sysfile.c
===================================================================
--- branches/format-changes/src/sysfile.c	2004-06-12 11:37:21 UTC (rev 1067)
+++ branches/format-changes/src/sysfile.c	2004-06-12 18:41:50 UTC (rev 1068)
@@ -513,7 +513,7 @@
 		size = 3;
 		while (pow)
 		{
-			size *= ocfs_extent_recs_per_eb(osb->sb);
+			size *= ocfs2_extent_recs_per_eb(osb->sb);
 			pow--;
 		}
 		size *= sizeof (ocfs_io_runs);



More information about the Ocfs2-commits mailing list