Commit 8b58c980 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

files: Fix compilation on PI (a2)

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