mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 21:38:16 +00:00
dedup: Plring iov->len + ulong with %lu format
Fix for the previous patch :\ Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
0176b8afd0
commit
21be99515a
@ -119,7 +119,7 @@ int punch_hole(struct page_read *pr, unsigned long off, unsigned long len,
|
||||
struct iovec * bunch = &pr->bunch;
|
||||
|
||||
if (!cleanup && can_extend_batch(bunch, off, len)) {
|
||||
pr_debug("pr%d:Extend bunch len from %zu to %zu\n", pr->id,
|
||||
pr_debug("pr%d:Extend bunch len from %zu to %lu\n", pr->id,
|
||||
bunch->iov_len, bunch->iov_len + len);
|
||||
bunch->iov_len += len;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user