commit a4586eb542b8e986d44c8ed5ce0f76391834c9e8
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Wed Feb 21 17:57:48 2007 -0500

    bugs

diff --git a/fs/unionfs/dirhelper.c b/fs/unionfs/dirhelper.c
index 7bb9815..c44905d 100644
--- a/fs/unionfs/dirhelper.c
+++ b/fs/unionfs/dirhelper.c
@@ -709,7 +709,7 @@ int odf_cache_dir(struct dentry *d_upper, struct dentry 
*d_odf)
        
        /* compare mtimes, do not proceed if equal */
        if (i_odf && i_odf->i_size) { 
-               if( timespec_equal(&i_odf->i_mtime, 
+               if(timespec_equal(&i_odf->i_mtime,
                                &d_upper->d_inode->i_mtime))
                goto out;
                
@@ -724,7 +724,6 @@ int odf_cache_dir(struct dentry *d_upper, struct dentry 
*d_odf)
                err = notify_change(d_odf, &attr);
                if (err)
                        goto out;
-
        }
        odf_file = dentry_open(d_odf,
                        UNIONFS_SB(sb)->odf->mnt,
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to