x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)
[linux-2.6-microblaze.git] / fs / proc_namespace.c
index 3059a93..e59d4bb 100644 (file)
@@ -70,6 +70,7 @@ static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt)
                { MNT_NOATIME, ",noatime" },
                { MNT_NODIRATIME, ",nodiratime" },
                { MNT_RELATIME, ",relatime" },
+               { MNT_NOSYMFOLLOW, ",nosymfollow" },
                { 0, NULL }
        };
        const struct proc_fs_opts *fs_infop;