commit 513aed62a260b982898bb7508ad640a1cb86504c
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 29 21:39:12 2007 -0400

    changed odf options length to PAGE_SIZE

diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h
index 9c9aa2c..fcbffe6 100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -15,8 +15,8 @@
 #define ODF_CONTENT_LEN (sizeof(ODF_CONTENT) - 1)
 
 /* Some string constants */
-#define ODF_BRANCH_PATH 255
-#define ODF_OPTIONS_LEN 255
+#define ODF_BRANCH_PATH PAGE_SIZE
+#define ODF_OPTIONS_LEN PAGE_SIZE
 #define ODF_INAME_LEN  17
 
 /* Lookup flags */
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to