[CRIU] [PATCH 1/7] pagemap: remove debug print in skip_pagemap_page

Mike Rapoport rppt at linux.vnet.ibm.com
Sun Nov 20 01:50:00 PST 2016


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 at linux.vnet.ibm.com>
---
 criu/pagemap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/criu/pagemap.c b/criu/pagemap.c
index 69b0f73..06809ca 100644
--- a/criu/pagemap.c
+++ b/criu/pagemap.c
@@ -174,7 +174,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 (pagemap_present(pr->pe))
 		pr->pi_off += len;
 	pr->cvaddr += len;
-- 
1.9.1



More information about the CRIU mailing list