commit 99161db659f16ad50bf288c33aaa47316b4cc731
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Thu May 24 23:43:23 2007 -0400

    use LOOKUP_DIRECTORY instead of LOOKUP_FOLLOW

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index cb44d27..ed059bd 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -97,7 +97,7 @@ struct odf_sb_info* odf_read_super(char *options)
                goto out;
        }
 
-       err = path_lookup(odffile, LOOKUP_FOLLOW, &nd);
+       err = path_lookup(odffile, LOOKUP_DIRECTORY, &nd);
        if (err) {
                printk(KERN_WARNING "unionfs: Cannot access odf\n");
                goto out;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to