[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1427488774-5077-1-git-send-email-avagin@openvz.org>
Date: Fri, 27 Mar 2015 23:39:34 +0300
From: Andrey Vagin <avagin@...nvz.org>
To: linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Andrey Vagin <avagin@...nvz.org>,
Cyrill Gorcunov <gorcunov@...nvz.org>,
Pavel Emelyanov <xemul@...allels.com>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Alexander Viro <viro@...iv.linux.org.uk>
Subject: [PATCH] fs: show locked and lock_ro options in mountinfo
I don't see any reasons to hide them. This information can help to
understand errors.
And this information is required for correct checkpoint/restore of mount
namespaces.
Cc: Cyrill Gorcunov <gorcunov@...nvz.org>
Cc: Pavel Emelyanov <xemul@...allels.com>
Cc: Eric W. Biederman <ebiederm@...ssion.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>
Signed-off-by: Andrey Vagin <avagin@...nvz.org>
---
fs/proc_namespace.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fs/proc_namespace.c b/fs/proc_namespace.c
index 8db932d..ad86134 100644
--- a/fs/proc_namespace.c
+++ b/fs/proc_namespace.c
@@ -66,6 +66,8 @@ static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt)
{ MNT_NOATIME, ",noatime" },
{ MNT_NODIRATIME, ",nodiratime" },
{ MNT_RELATIME, ",relatime" },
+ { MNT_LOCKED, ",locked" },
+ { MNT_LOCK_READONLY, ",lock_ro"},
{ 0, NULL }
};
const struct proc_fs_info *fs_infop;
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists