[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nathan Scott <nathans@sgi.com>

-3
-3
fs/xfs/linux-2.6/xfs_iops.c
··· 56 56 #include <linux/namei.h> 57 57 #include <linux/security.h> 58 58 59 - #define IS_NOATIME(inode) ((inode->i_sb->s_flags & MS_NOATIME) || \ 60 - (S_ISDIR(inode->i_mode) && inode->i_sb->s_flags & MS_NODIRATIME)) 61 - 62 59 /* 63 60 * Get a XFS inode from a given vnode. 64 61 */