[CRIU] [PATCH v6 1/9] Revert "pp: Reset busy_iov in pp->holes on reinit"

Mike Rapoport rppt at linux.vnet.ibm.com
Thu Jul 14 05:49:28 PDT 2016


This reverts commit 9858ca1c14f07c9020083be20e0fcea0e4206267.
---
 criu/page-pipe.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/criu/page-pipe.c b/criu/page-pipe.c
index 3bf6208..82abc92 100644
--- a/criu/page-pipe.c
+++ b/criu/page-pipe.c
@@ -209,7 +209,6 @@ void page_pipe_reinit(struct page_pipe *pp)
 		list_move(&ppb->l, &pp->free_bufs);
 
 	pp->holes.free_iov = 0;
-	pp->holes.busy_iov = 0;
 
 	if (page_pipe_grow(pp, 0))
 		BUG(); /* It can't fail, because ppb is in free_bufs */
-- 
1.9.1



More information about the CRIU mailing list