Commit f21b9ff5 authored by Pavel Emelyanov's avatar Pavel Emelyanov

ns: No rst_namespaces_flags on opts any more

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent d6bdc90a
...@@ -44,10 +44,6 @@ static unsigned int join_ns_flags; ...@@ -44,10 +44,6 @@ static unsigned int join_ns_flags;
int check_namespace_opts(void) int check_namespace_opts(void)
{ {
errno = 22; errno = 22;
if (join_ns_flags & opts.rst_namespaces_flags) {
pr_perror("Conflict flags: -join-ns and -namespace");
return -1;
}
if (join_ns_flags & opts.empty_ns) { if (join_ns_flags & opts.empty_ns) {
pr_perror("Conflict flags: -join-ns and -empty-ns"); pr_perror("Conflict flags: -join-ns and -empty-ns");
return -1; return -1;
......
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