From: Daniel Hokka Zakrisson Date: Wed, 5 Dec 2007 14:24:37 +0000 (+0000) Subject: Use TAG_KERNEL2USER on the result. X-Git-Tag: release-0.30.215~65 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9817ace6168930b3fc7dec46b14c5cf029d41141;p=util-vserver.git Use TAG_KERNEL2USER on the result. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2642 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/lib/syscall_tagmigrate-v23.hc b/lib/syscall_tagmigrate-v23.hc index bb718c8..bbb2446 100644 --- a/lib/syscall_tagmigrate-v23.hc +++ b/lib/syscall_tagmigrate-v23.hc @@ -23,5 +23,5 @@ static inline ALWAYSINLINE int vc_tag_migrate_tag(tag_t tag) { - return vserver(VCMD_tag_migrate, TAG_USER2KERNEL(tag), NULL); + return TAG_KERNEL2USER(vserver(VCMD_tag_migrate, TAG_USER2KERNEL(tag), NULL)); }