projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2e8143
)
[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround
author
Nathan Scott
<nathans@bruce>
Mon, 16 Jan 2006 05:28:07 +0000
(16:28 +1100)
committer
Nathan Scott
<nathans@bruce>
Mon, 16 Jan 2006 05:28:07 +0000
(16:28 +1100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_iops.c
b/fs/xfs/linux-2.6/xfs_iops.c
index 521bf3834b4326a15e33ecd23fed9e73ba154000..76c6df34d0dbda279cfdda97822967d3fac632bb 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_iops.c
+++ b/
fs/xfs/linux-2.6/xfs_iops.c
@@
-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.
*/