X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsyscall_tagmigrate-v23.hc;fp=lib%2Fsyscall_tagmigrate-v23.hc;h=bbb2446c1acef17ae0b62e19af8b185f39c1a5fe;hb=9817ace6168930b3fc7dec46b14c5cf029d41141;hp=bb718c8e6f57277a7ba27be4125e875d7442f898;hpb=d5397bdc63fce5a6e139e2b594924d3a9ac6f4db;p=util-vserver.git 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)); }