commit f369e1f7b3b18f3bd7969358e8720bdb403e6c3d
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
9c9aa2cf1d36044c0718f3095eab30b3afe0dd44..fcbffe620dbbda4c7346bda216055d4378e7c7e3
100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -15,8 +15,8 @@ #define ODF_CONTENT "content" /* name of
#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