GIT: unionfs2-2.6.27.y: Unionfs: remove unnecessary comment

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:59 EDT 2010


commit 6b740acfe772e84a475640db139f195ce27722d8
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Thu Sep 6 00:41:59 2007 -0400

    Unionfs: remove unnecessary comment
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h
index c5bf454..afeb9f6 100644
--- a/fs/unionfs/fanout.h
+++ b/fs/unionfs/fanout.h
@@ -320,7 +320,6 @@ static inline void unionfs_copy_attr_times(struct inode *upper)
 			upper->i_ctime = lower->i_ctime;
 		if (timespec_compare(&upper->i_atime, &lower->i_atime) < 0)
 			upper->i_atime = lower->i_atime;
-		/* XXX: should we notify_change on our upper inode? */
 	}
 }
 


More information about the unionfs-cvs mailing list