make hyper_enter_container() static

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan
2016-06-05 22:05:44 +08:00
parent ab6ff1d2bd
commit 72996cd5e8
+1 -1
View File
@@ -474,7 +474,7 @@ int hyper_watch_exec_pty(struct hyper_exec *exec, struct hyper_pod *pod)
return 0;
}
int hyper_enter_container(struct hyper_pod *pod,
static int hyper_enter_container(struct hyper_pod *pod,
struct hyper_exec *exec)
{
int ipcns, utsns, mntns, ret;