Skip to content

Commit

Permalink
[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build wor…
Browse files Browse the repository at this point in the history
…karound

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Nathan Scott <[email protected]>
  • Loading branch information
Nathan Scott committed Jan 16, 2006
1 parent c2e8143 commit 107a09c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
#include <linux/namei.h>
#include <linux/security.h>

#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.
*/
Expand Down

0 comments on commit 107a09c

Please sign in to comment.