Commit c844b3f2 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

files: use pr_perror to print errno

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent eaeb708f
......@@ -1393,7 +1393,7 @@ int open_path(struct file_desc *d,
static char tmp_path[PATH_MAX];
if (errno != EEXIST) {
pr_err("Can't link %s -> %s", rfi->path,
pr_perror("Can't link %s -> %s", rfi->path,
rfi->remap->rpath);
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