* [PATCH] xfs: remove IS_NOATIME
@ 2006-01-15 17:17 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2006-01-15 17:17 UTC (permalink / raw)
To: nathans, akpm; +Cc: linux-fsdevel
Andrew added a local copy of IS_NOATIME to xfs because it was remove
from fs.h and xfs still needed it until the last git merge. Remove it
since it's unused now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6.15-mm4/fs/xfs/linux-2.6/xfs_iops.c
===================================================================
--- linux-2.6.15-mm4.orig/fs/xfs/linux-2.6/xfs_iops.c 2006-01-15 13:16:51.000000000 +0100
+++ linux-2.6.15-mm4/fs/xfs/linux-2.6/xfs_iops.c 2006-01-15 13:17:14.000000000 +0100
@@ -56,8 +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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-15 17:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-15 17:17 [PATCH] xfs: remove IS_NOATIME Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).