linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: nathans@sgi.com, akpm@osdl.org
Cc: linux-fsdevel@vger.kernel.org
Subject: [PATCH] xfs: remove IS_NOATIME
Date: Sun, 15 Jan 2006 18:17:13 +0100	[thread overview]
Message-ID: <20060115171713.GA15077@lst.de> (raw)

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.

                 reply	other threads:[~2006-01-15 17:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060115171713.GA15077@lst.de \
    --to=hch@lst.de \
    --cc=akpm@osdl.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=nathans@sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).