2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

page-pipe: drop unused PP_HOLE_ZERO flag

travis-ci: success for revert zero pagemaps
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Mike Rapoport 2016-12-15 14:10:43 +02:00 committed by Andrei Vagin
parent fbb2c72d23
commit a3aa27ef66

View File

@ -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 */