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

From: Christoph Hellwig
Date: Tue Dec 13 2005 - 12:57:21 EST


MS_NOATIME implies MS_NODIRATIME


Signed-off-by: Christoph Hellwig <hch@xxxxxx>

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/