From: Erez_Zadok Date: Thu, 6 Sep 2007 04:41:59 +0000 (-0400) Subject: Unionfs: remove unnecessary comment X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=18d5c430cfc10b6fdac6224e989485a093c65082;p=unionfs-2.6.34.y.git Unionfs: remove unnecessary comment Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h index c5bf4542c47..afeb9f646b1 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? */ } }