[CRIU] [PATCH 7/7] page-pipe: drop unused PP_HOLE_ZERO flag
Mike Rapoport
rppt at linux.vnet.ibm.com
Thu Dec 15 04:10:43 PST 2016
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
criu/include/page-pipe.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/criu/include/page-pipe.h b/criu/include/page-pipe.h
index ea91dac..10ae873 100644
--- a/criu/include/page-pipe.h
+++ b/criu/include/page-pipe.h
@@ -102,7 +102,6 @@ struct page_pipe_buf {
};
#define PP_HOLE_PARENT (1 << 0)
-#define PP_HOLE_ZERO (1 << 1)
struct page_pipe {
unsigned int nr_pipes; /* how many page_pipe_bufs in there */
--
1.9.1
More information about the CRIU
mailing list