commit 52882803689860a635b2725d470fe62e29c4e01c
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 29 21:54:02 2007 -0400

    added comment for odf_dentry_info struct

diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h
index 
0a6d54eb5a0b1a02d28130e153c7821a214732cb..056a07d5ade07607443db3bb13b1814ac4968905
 100644
--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -91,9 +91,10 @@ struct unionfs_file_info {
 
 /* odf dentry data in memory */
 struct odf_dentry_info {
-       /* The odf dentry info should contain info on the location of
-        * the data in the odf file. Right now i keep a dentry for easy
-        * lookup in the underlying ext2
+       /* When a unionfs dentry is looked up in the odf, then:
+        * - if its odf_dentry is NULL, it means it is not in the odf
+        * - if it is not NULL, it is in the odf and the whiteout field
+        *   will denote that it is a whiteout if not set to 0
         */
        int whiteout;
        int opaque;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to