patch-2.6.6-vs1.9.1
[linux-2.6.git] / kernel / vserver / signal.c
index 464ea1b..200eba8 100644 (file)
@@ -38,7 +38,7 @@ int vc_ctx_kill(uint32_t id, void __user *data)
        info.si_pid = current->pid;
        info.si_uid = current->uid;
 
-       vxi = find_vx_info(id);
+       vxi = locate_vx_info(id);
        if (!vxi)
                return -ESRCH;