From: Nathan Scott Date: Mon, 16 Jan 2006 05:28:07 +0000 (+1100) Subject: [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround X-Git-Tag: v2.6.16-rc1~96^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=107a09c44b65d5e2a5313edfda91c498df3b3f2a;p=~shefty%2Frdma-dev.git [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround Signed-off-by: Christoph Hellwig Signed-off-by: Nathan Scott --- diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index 521bf3834b4..76c6df34d0d 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c @@ -56,9 +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. */