[PATCH] namespaces: incorporate fs namespace into nsproxy
[deliverable/linux.git] / include / linux / init_task.h
index 8f8bb422a5c7e39f837bf0dc3c291fa52380dd6c..4865348ca8bd692330b7aa55358a7bcc15514814 100644 (file)
@@ -72,6 +72,7 @@ extern struct nsproxy init_nsproxy;
 #define INIT_NSPROXY(nsproxy) {                                                \
        .count          = ATOMIC_INIT(1),                               \
        .nslock         = SPIN_LOCK_UNLOCKED,                           \
+       .namespace      = NULL,                                         \
 }
 
 #define INIT_SIGHAND(sighand) {                                                \
This page took 0.024629 seconds and 5 git commands to generate.