mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
files: Handle eventpoll files deferred
Since event polling depends on other files to be opened we split main files list into two parst -- event poll files and all other files, thus defer the creation of eventpoll files in prepare_fds(). Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
10b46351d1
commit
649baf8ebe
@@ -203,6 +203,7 @@ struct vma_area {
|
||||
|
||||
struct rst_info {
|
||||
struct list_head fds;
|
||||
struct list_head eventpoll;
|
||||
};
|
||||
|
||||
struct pstree_item {
|
||||
|
Reference in New Issue
Block a user