[PATCH] rename struct namespace to struct mnt_namespace
[linux-2.6-block.git] / include / linux / nsproxy.h
index 971d1c6dfc4bf0dbffff439c5ee643fc5547832e..0aba1b1a39c750bee9a9b528688d17cf2891a87f 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/spinlock.h>
 #include <linux/sched.h>
 
-struct namespace;
+struct mnt_namespace;
 struct uts_namespace;
 struct ipc_namespace;
 
@@ -25,7 +25,7 @@ struct nsproxy {
        spinlock_t nslock;
        struct uts_namespace *uts_ns;
        struct ipc_namespace *ipc_ns;
-       struct namespace *namespace;
+       struct mnt_namespace *mnt_ns;
 };
 extern struct nsproxy init_nsproxy;