commit edc699c463f428ee6b7f5a9425ff53c60cf5ea51
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Sun Feb 4 18:53:27 2007 -0500

    persistent inodes

diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c
index 9e098ee..9751e7b 100644
--- a/fs/unionfs/lookup.c
+++ b/fs/unionfs/lookup.c
@@ -246,7 +246,7 @@ out_positive:
        unionfs_mntput(first_dentry, first_dentry_offset);
 
        /* check odf */
-       UNIONFS_D(dentry)->dodf = odf_lookup(parent_dentry, dentry);
+       UNIONFS_D(dentry)->dodf = odf_lookup(parent_dentry, dentry, 0);
 
        /* Partial lookups need to reinterpose, or throw away older negs. */
        if (lookupmode == INTERPOSE_PARTIAL) {
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to