[PATCH 2/6] 9p: remove superflous MS_NODIRATIME assignment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



MS_NOATIME implies MS_NODIRATIME


Signed-off-by: Christoph Hellwig <[email protected]>

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;
 }
 
 /**
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux