X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=ipc%2Fnamespace.c;h=f362298c5ce465e3585dfd2cbfdd528e29e4790d;hb=6214b54cbf0778804de1297444c7661e70bc4d74;hp=ce0a647869b1e8797290930770bbfc9557d19fab;hpb=c0c33addcba2ce753b4e2746db99feaae2f82a85;p=karo-tx-linux.git diff --git a/ipc/namespace.c b/ipc/namespace.c index ce0a647869b1..f362298c5ce4 100644 --- a/ipc/namespace.c +++ b/ipc/namespace.c @@ -46,7 +46,7 @@ static struct ipc_namespace *create_ipc_ns(struct task_struct *tsk, ipcns_notify(IPCNS_CREATED); register_ipcns_notifier(ns); - ns->user_ns = get_user_ns(task_cred_xxx(tsk, user)->user_ns); + ns->user_ns = get_user_ns(task_cred_xxx(tsk, user_ns)); return ns; }