projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
594c689
)
Only migrate to the tag once.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 13 Jan 2008 18:26:17 +0000 (18:26 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 13 Jan 2008 18:26:17 +0000 (18:26 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2660
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
bbb2446
..
657dc5d
100644
(file)
--- 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);
}