Loading ipc/namespace.c +1 −3 Original line number Diff line number Diff line Loading @@ -61,12 +61,10 @@ static struct ipc_namespace *create_ipc_ns(struct user_namespace *user_ns, if (ns == NULL) goto fail_dec; err = ns_alloc_inum(&ns->ns); err = ns_common_init(&ns->ns, &ipcns_operations, true); if (err) goto fail_free; ns->ns.ops = &ipcns_operations; refcount_set(&ns->ns.count, 1); ns->user_ns = get_user_ns(user_ns); ns->ucounts = ucounts; Loading Loading
ipc/namespace.c +1 −3 Original line number Diff line number Diff line Loading @@ -61,12 +61,10 @@ static struct ipc_namespace *create_ipc_ns(struct user_namespace *user_ns, if (ns == NULL) goto fail_dec; err = ns_alloc_inum(&ns->ns); err = ns_common_init(&ns->ns, &ipcns_operations, true); if (err) goto fail_free; ns->ns.ops = &ipcns_operations; refcount_set(&ns->ns.count, 1); ns->user_ns = get_user_ns(user_ns); ns->ucounts = ucounts; Loading