From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH] xfs: remove IS_NOATIME Date: Sun, 15 Jan 2006 18:17:13 +0100 Message-ID: <20060115171713.GA15077@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from verein.lst.de ([213.95.11.210]:36556 "EHLO mail.lst.de") by vger.kernel.org with ESMTP id S932091AbWAORRX (ORCPT ); Sun, 15 Jan 2006 12:17:23 -0500 To: nathans@sgi.com, akpm@osdl.org Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Andrew added a local copy of IS_NOATIME to xfs because it was remove from fs.h and xfs still needed it until the last git merge. Remove it since it's unused now. Signed-off-by: Christoph Hellwig Index: linux-2.6.15-mm4/fs/xfs/linux-2.6/xfs_iops.c =================================================================== --- linux-2.6.15-mm4.orig/fs/xfs/linux-2.6/xfs_iops.c 2006-01-15 13:16:51.000000000 +0100 +++ linux-2.6.15-mm4/fs/xfs/linux-2.6/xfs_iops.c 2006-01-15 13:17:14.000000000 +0100 @@ -56,8 +56,6 @@ #include #include -#define IS_NOATIME(inode) ((inode->i_sb->s_flags & MS_NOATIME) || \ - (S_ISDIR(inode->i_mode) && inode->i_sb->s_flags & MS_NODIRATIME)) /* * Get a XFS inode from a given vnode.