[Ocfs2-commits] mfasheh commits r1870 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 31 15:54:10 CST 2005


Author: mfasheh
Date: 2005-01-31 15:54:08 -0600 (Mon, 31 Jan 2005)
New Revision: 1870

Modified:
   trunk/fs/ocfs2/ocfs2_fs.h
Log:
* max nodes value is supposed to be 255



Modified: trunk/fs/ocfs2/ocfs2_fs.h
===================================================================
--- trunk/fs/ocfs2/ocfs2_fs.h	2005-01-29 02:29:00 UTC (rev 1869)
+++ trunk/fs/ocfs2/ocfs2_fs.h	2005-01-31 21:54:08 UTC (rev 1870)
@@ -110,7 +110,7 @@
 #define OCFS2_MAX_FILENAME_LENGTH       255
 
 /* Limit of node map bits in ocfs2_disk_lock */
-#define OCFS2_MAX_NODES			256
+#define OCFS2_MAX_NODES			255
 
 #define MAX_VOL_ID_LENGTH               16
 #define MAX_VOL_LABEL_LEN               64



More information about the Ocfs2-commits mailing list