From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erez Zadok Subject: [PATCH 2/6] Unionfs: remove unnecessary comment Date: Wed, 19 Sep 2007 17:24:36 -0400 Message-ID: <11902370813337-git-send-email-ezk@cs.sunysb.edu> References: <1190237080683-git-send-email-ezk@cs.sunysb.edu> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, viro@ftp.linux.org.uk, hch@infradead.org, Erez Zadok To: akpm@linux-foundation.org Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:52800 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054AbXISVZA (ORCPT ); Wed, 19 Sep 2007 17:25:00 -0400 In-Reply-To: <1190237080683-git-send-email-ezk@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Signed-off-by: Erez Zadok Acked-by: Josef Sipek --- fs/unionfs/fanout.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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? */ } } -- 1.5.2.2