commit 026823daa8f5e317df2d6c113a74aa241e36fa64
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Sun May 27 21:53:17 2007 -0400

    removed ODF_LOOKUP_LINK flag and moved ODF_RMV_WH to the top of the flags

diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h
index 233423d..787e4f1 100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -20,12 +20,11 @@
 #define ODF_INAME_LEN  10
 
 /* Lookup flags */
-#define ODF_LOOKUP_FILE                0x01
-#define ODF_LOOKUP_DIR                 0x02
-#define ODF_LOOKUP_RMV_WH      0x04
+#define ODF_LOOKUP_RMV_WH      0x01
+#define ODF_LOOKUP_FILE                0x02
+#define ODF_LOOKUP_DIR                 0x04
 #define ODF_LOOKUP_OPQ                 0x08
 #define ODF_LOOKUP_WH          0x10
-#define ODF_LOOKUP_LINK        0x20
 
 /* Unlink/Remove flags */
 #define ODF_RMV_WH 1
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to