projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d5397bd
)
Use TAG_KERNEL2USER on the result.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Wed, 5 Dec 2007 14:24:37 +0000 (14:24 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Wed, 5 Dec 2007 14:24:37 +0000 (14:24 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2642
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/syscall_tagmigrate-v23.hc
patch
|
blob
|
history
diff --git
a/lib/syscall_tagmigrate-v23.hc
b/lib/syscall_tagmigrate-v23.hc
index
bb718c8
..
bbb2446
100644
(file)
--- 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));
}