From: Enrico Scholz Date: Fri, 28 Oct 2005 17:51:09 +0000 (+0000) Subject: use VCMD_ctx_create_v0 instead of VCMD_ctx_create X-Git-Tag: version_0_30_210~88 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9158a5f26365c9c273a8eb6d7bc1aa19af5b66e3;p=util-vserver.git 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 --- 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); }