Commit 90340f75 authored by Kinsbursky Stanislav's avatar Kinsbursky Stanislav Committed by Cyrill Gorcunov

IPC: remove prohibition of mapped shared memory segments migration

Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 574302bf
......@@ -290,12 +290,6 @@ static int dump_ipc_shm(int fd)
break;
}
if (ds.shm_nattch != 0) {
pr_err("Migration of attached IPC shared memory "
"segments is not supported yet\n");
return -EFAULT;
}
ret = dump_ipc_shm_seg(fd, id, &ds);
if (ret < 0)
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment