From: Erez_Zadok Date: Thu, 6 Sep 2007 04:41:59 +0000 (-0400) Subject: Unionfs: remove unnecessary comment X-Git-Tag: unionfs-2.1.3~5 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=7c96c4178c6c8b51d75c82d71e0e299c85eb3a54;p=unionfs-2.6.26.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? */ } }