vserver 2.0-rc4
[linux-2.6.git] / fs / namespace.c
index e1f8b73..c1fcd74 100644 (file)
@@ -269,7 +269,10 @@ static int show_vfsmnt(struct seq_file *m, void *v)
                { MNT_NOEXEC, ",noexec" },
                { 0, NULL }
        };
+
        struct proc_fs_info *fs_infop;
+       unsigned long s_flags = mnt->mnt_sb->s_flags;
+       int mnt_flags = mnt->mnt_flags;
 
        if (vx_flags(VXF_HIDE_MOUNT, 0))
                return 0;