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:
parent
fbb2c72d23
commit
a3aa27ef66
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user