[Ocfs2-tools-commits] mfasheh commits r328 - trunk/libocfs2/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Oct 13 20:06:02 CDT 2004


Author: mfasheh
Date: 2004-10-13 20:06:00 -0500 (Wed, 13 Oct 2004)
New Revision: 328

Modified:
   trunk/libocfs2/include/ocfs2_fs.h
Log:
* sync up with the module



Modified: trunk/libocfs2/include/ocfs2_fs.h
===================================================================
--- trunk/libocfs2/include/ocfs2_fs.h	2004-10-12 18:13:43 UTC (rev 327)
+++ trunk/libocfs2/include/ocfs2_fs.h	2004-10-14 01:06:00 UTC (rev 328)
@@ -112,8 +112,8 @@
 
 #define ONE_MEGA_BYTE           	(1 * 1024 * 1024)   /* in bytes */
 #define OCFS2_DEFAULT_JOURNAL_SIZE	(8 * ONE_MEGA_BYTE)
+#define OCFS2_MIN_JOURNAL_SIZE		(4 * ONE_MEGA_BYTE)
 
-
 /* System file index */
 enum {
 	BAD_BLOCK_SYSTEM_INODE = 0,



More information about the Ocfs2-tools-commits mailing list