mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
mem: Remove zero page from the end of mem image files
This was required when pages were stored in elf files for exec. Now we can stop reading it on eof. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "util.h"
|
||||
#include "image.h"
|
||||
|
||||
extern struct page_entry zero_page_entry;
|
||||
extern void free_pstree(struct list_head *pstree_list);
|
||||
|
||||
#define CR_FD_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
|
||||
|
Reference in New Issue
Block a user