Commit 1494dbdf authored by Andrey Vagin's avatar Andrey Vagin Committed by Cyrill Gorcunov

files: correct message

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent feae91fe
......@@ -138,7 +138,7 @@ static int collect_fd(int pid, struct fdinfo_entry *e)
}
if ((nr_fdinfo_descs + 1) * sizeof(struct fdinfo_desc) >= 4096) {
pr_panic("OOM storing pipes\n");
pr_panic("OOM storing fdinfo descriptions\n");
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