From ddde47a0bf759f814b5d83569ada3feb49f51f73 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Thu, 6 Sep 2007 00:41:59 -0400 Subject: [PATCH] Unionfs: remove unnecessary comment Signed-off-by: Erez Zadok --- fs/unionfs/fanout.h | 1 - 1 file changed, 1 deletion(-) 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? */ } } -- 2.43.0