mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue