]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/nsproxy.h
user namespace: add the framework
[net-next-2.6.git] / include / linux / nsproxy.h
index 189e0dc993ab6ab84a577d1ee0635946ec077072..6d179a397bfb8246c24f098ae90df05a864cee0a 100644 (file)
@@ -28,6 +28,7 @@ struct nsproxy {
        struct ipc_namespace *ipc_ns;
        struct mnt_namespace *mnt_ns;
        struct pid_namespace *pid_ns;
+       struct user_namespace *user_ns;
 };
 extern struct nsproxy init_nsproxy;