From 9158a5f26365c9c273a8eb6d7bc1aa19af5b66e3 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 28 Oct 2005 17:51:09 +0000 Subject: [PATCH] use VCMD_ctx_create_v0 instead of VCMD_ctx_create git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2193 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/syscall_ctxcreate-v13.hc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/lib/syscall_ctxcreate-v13.hc b/util-vserver/lib/syscall_ctxcreate-v13.hc index 3de1d25..930ed18 100644 --- a/util-vserver/lib/syscall_ctxcreate-v13.hc +++ b/util-vserver/lib/syscall_ctxcreate-v13.hc @@ -23,7 +23,7 @@ static inline ALWAYSINLINE xid_t vc_ctx_create_v13(xid_t xid) { - xid_t res = vserver(VCMD_ctx_create, CTX_USER2KERNEL(xid), 0); + xid_t res = vserver(VCMD_ctx_create_v0, CTX_USER2KERNEL(xid), 0); return CTX_KERNEL2USER(res); } -- 1.8.1.5