Commit c1e69464 authored by Andrey Vagin's avatar Andrey Vagin Committed by Cyrill Gorcunov

file: remove crap from prepare_fdinfo_global

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent fd4b542e
...@@ -91,7 +91,6 @@ int prepare_fdinfo_global() ...@@ -91,7 +91,6 @@ int prepare_fdinfo_global()
fdinfo_descs = mmap(NULL, 4096, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_ANON, 0, 0); fdinfo_descs = mmap(NULL, 4096, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_ANON, 0, 0);
if (fdinfo_descs == MAP_FAILED) { if (fdinfo_descs == MAP_FAILED) {
pr_perror("Can't map fdinfo_descs\n"); pr_perror("Can't map fdinfo_descs\n");
if (prepare_fdinfo_global())
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