All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/6] 9p: remove superflous MS_NODIRATIME assignment
@ 2005-12-13 17:56 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2005-12-13 17:56 UTC (permalink / raw)
  To: akpm, ericvh; +Cc: linux-kernel

MS_NOATIME implies MS_NODIRATIME


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6.15-rc5/fs/9p/vfs_super.c
===================================================================
--- linux-2.6.15-rc5.orig/fs/9p/vfs_super.c	2005-12-12 18:31:41.000000000 +0100
+++ linux-2.6.15-rc5/fs/9p/vfs_super.c	2005-12-12 22:40:45.000000000 +0100
@@ -92,7 +92,7 @@
 	sb->s_op = &v9fs_super_ops;
 
 	sb->s_flags = flags | MS_ACTIVE | MS_SYNCHRONOUS | MS_DIRSYNC |
-	    MS_NODIRATIME | MS_NOATIME;
+	    MS_NOATIME;
 }
 
 /**

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-13 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 17:56 [PATCH 2/6] 9p: remove superflous MS_NODIRATIME assignment Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.