Commit f5b67f51 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

files: Fix compilation on PI

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 905ceac7
......@@ -700,7 +700,7 @@ int open_path(struct file_desc *d,
}
if (st.st_size != rfi->rfe->size) {
pr_err("File %s has bad size %lu (expect %lu)\n",
pr_err("File %s has bad size %"PRIu64" (expect %"PRIu64")\n",
rfi->path, st.st_size,
(unsigned long)rfi->rfe->size);
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