X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_tagmigrate-v23.hc;h=657dc5de3559a6bad3562bc0af501a5f2b65665e;hb=9ffed2d8110339da84f676fc52161f4423c969d8;hp=bbb2446c1acef17ae0b62e19af8b185f39c1a5fe;hpb=9817ace6168930b3fc7dec46b14c5cf029d41141;p=util-vserver.git diff --git a/lib/syscall_tagmigrate-v23.hc b/lib/syscall_tagmigrate-v23.hc index bbb2446..657dc5d 100644 --- a/lib/syscall_tagmigrate-v23.hc +++ b/lib/syscall_tagmigrate-v23.hc @@ -23,5 +23,6 @@ static inline ALWAYSINLINE int vc_tag_migrate_tag(tag_t tag) { - return TAG_KERNEL2USER(vserver(VCMD_tag_migrate, TAG_USER2KERNEL(tag), NULL)); + tag_t res = vserver(VCMD_tag_migrate, TAG_USER2KERNEL(tag), NULL); + return TAG_KERNEL2USER(res); }