commit a8d67b7e620a2c824aa0bcf3cbbc55dad09e1989
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue Apr 24 15:31:16 2007 -0400

    removed c++ style comments

diff --git a/fs/unionfs/copyup.c b/fs/unionfs/copyup.c
index 
08b73bd717da43384a53ab62b040d1d3acec59ad..68772769b3ab745a3d9392102a0946c5fd9b0f9a
 100644
--- a/fs/unionfs/copyup.c
+++ b/fs/unionfs/copyup.c
@@ -442,7 +442,7 @@ #endif
        if (!d_deleted(dentry))
                unionfs_reinterpose(dentry);
 
-//     err = odf_copyup_link(sb, old_hidden_dentry, new_hidden_dentry, 
old_bindex, new_bindex);
+       /*err = odf_copyup_link(sb, old_hidden_dentry, new_hidden_dentry, 
old_bindex, new_bindex);*/
 
        goto out_unlock;
 
diff --git a/fs/unionfs/dirhelper.c b/fs/unionfs/dirhelper.c
index 
1c0bd6117f7ac672ea8068d48a596467a4721e0c..0a836750a7a4374065a55d735d4af8a84588e12b
 100644
--- a/fs/unionfs/dirhelper.c
+++ b/fs/unionfs/dirhelper.c
@@ -411,7 +411,7 @@ retry:
        odf_unlock(UNIONFS_D(d_upper)->odf_info);
 
        /* set mtime of odf file to that of higher file */
-       attr.ia_mtime = *mtime;//d_upper->d_inode->i_mtime;
+       attr.ia_mtime = *mtime;
        attr.ia_valid = ATTR_MTIME | ATTR_MTIME_SET | ATTR_FORCE;
        err = notify_change(d_odf, &attr);
        goto out;
diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 
b0fdd826681e146157f55d832a31ce8fc7016a78..bb63eb614149655f6c808c4a02fb9961be4bc7c8
 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -1247,7 +1247,6 @@ out:
 int odf_purge_dir_cache(struct dentry *dentry)
 {
        int err = 0;
-       //struct iattr attr;
        struct odf_dentry_info *odi = NULL;
 
        odi = odf_ic_cache_dentry(dentry);
@@ -1256,15 +1255,6 @@ int odf_purge_dir_cache(struct dentry *d
                odi = NULL;
                goto out;
        }
-
-       /* truncate */
-/*
-       if (dentry->d_inode) {
-               attr.ia_size = 0;
-               attr.ia_valid = ATTR_SIZE | ATTR_FORCE;
-               err = notify_change(odi->dentry, &attr);
-       }
-*/
        err = vfs_unlink(odi->dentry->d_parent->d_inode, odi->dentry);
 out:
        odf_put_info(odi);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to