summaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2010-08-02 13:46:56 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2010-08-11 00:29:47 -0400
commit532490f0a5350fd92d838b7430a4c846bc8eac3f (patch)
treecbc3c81a492928c07c9110e95a0c965fc59418a6 /include/linux/mount.h
parent8df9d1a4142311c084ffeeacb67cd34d190eff74 (diff)
downloadlinux-532490f0a5350fd92d838b7430a4c846bc8eac3f.tar.gz
linux-532490f0a5350fd92d838b7430a4c846bc8eac3f.tar.xz
vfs: remove unused MNT_STRICTATIME
Commit d0adde574b8487ef30f69e2d08bba769e4be513f added MNT_STRICTATIME but it isn't actually used (MS_STRICTATIME clears MNT_RELATIME and MNT_NOATIME rather than setting any mount flag). Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r--include/linux/mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index 907210bd9f9c..5e7a59408dd4 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -27,7 +27,6 @@ struct mnt_namespace;
#define MNT_NODIRATIME 0x10
#define MNT_RELATIME 0x20
#define MNT_READONLY 0x40 /* does the user want this to be r/o? */
-#define MNT_STRICTATIME 0x80
#define MNT_SHRINKABLE 0x100
#define MNT_WRITE_HOLD 0x200