From ac66dd33ce79c646051f624ea9ab5f4df4032417 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 2 Aug 2010 13:46:56 +0200 Subject: [PATCH] --- yaml --- r: 208890 b: refs/heads/master c: 532490f0a5350fd92d838b7430a4c846bc8eac3f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/namespace.c | 1 - trunk/include/linux/mount.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 20c2d90f9af3..c20a0302fddd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8df9d1a4142311c084ffeeacb67cd34d190eff74 +refs/heads/master: 532490f0a5350fd92d838b7430a4c846bc8eac3f diff --git a/trunk/fs/namespace.c b/trunk/fs/namespace.c index 7972e51ccc06..2e10cb19c5b0 100644 --- a/trunk/fs/namespace.c +++ b/trunk/fs/namespace.c @@ -788,7 +788,6 @@ static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) { MNT_NOATIME, ",noatime" }, { MNT_NODIRATIME, ",nodiratime" }, { MNT_RELATIME, ",relatime" }, - { MNT_STRICTATIME, ",strictatime" }, { 0, NULL } }; const struct proc_fs_info *fs_infop; diff --git a/trunk/include/linux/mount.h b/trunk/include/linux/mount.h index 907210bd9f9c..5e7a59408dd4 100644 --- a/trunk/include/linux/mount.h +++ b/trunk/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