Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 107a09c4 authored by Nathan Scott's avatar Nathan Scott
Browse files

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



Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent c2e81432
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -56,9 +56,6 @@
#include <linux/namei.h>
#include <linux/namei.h>
#include <linux/security.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.
 * Get a XFS inode from a given vnode.
 */
 */