mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
pagemap: remove debug print in skip_pagemap_page
It seems that logging amount of skipped pages was useful for early debugging of pre-dumps, but now it just creates a lot of noise for lazy pages and pre-dump tests. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
3c18e39660
commit
4b954b94e4
1 changed files with 0 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ static void skip_pagemap_pages(struct page_read *pr, unsigned long len)
|
|||
if (!len)
|
||||
return;
|
||||
|
||||
pr_debug("\tpr%u Skip %lu bytes from page-dump\n", pr->id, len);
|
||||
if (!pr->pe->in_parent)
|
||||
pr->pi_off += len;
|
||||
pr->cvaddr += len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue