[PATCH] rename struct namespace to struct mnt_namespace
[linux-2.6-block.git] / include / linux / init_task.h
index 848a68af3d42d10cb1b81527bce8a3182c3eac1b..5c4989172f7e8974686469bda9028e5b01eb4fa8 100644 (file)
@@ -76,7 +76,7 @@ extern struct nsproxy init_nsproxy;
        .count          = ATOMIC_INIT(1),                               \
        .nslock         = __SPIN_LOCK_UNLOCKED(nsproxy.nslock),         \
        .uts_ns         = &init_uts_ns,                                 \
-       .namespace      = NULL,                                         \
+       .mnt_ns         = NULL,                                         \
        INIT_IPC_NS(ipc_ns)                                             \
 }