mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 07:15:31 +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:
committed by
Pavel Emelyanov
parent
3c18e39660
commit
4b954b94e4
@@ -165,7 +165,6 @@ static void skip_pagemap_pages(struct page_read *pr, unsigned long len)
|
|||||||
if (!len)
|
if (!len)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
pr_debug("\tpr%u Skip %lu bytes from page-dump\n", pr->id, len);
|
|
||||||
if (!pr->pe->in_parent)
|
if (!pr->pe->in_parent)
|
||||||
pr->pi_off += len;
|
pr->pi_off += len;
|
||||||
pr->cvaddr += len;
|
pr->cvaddr += len;
|
||||||
|
Reference in New Issue
Block a user