[CRIU] [PATCH 0/3] merge inotify, fanotify, eventpoll pairs of images
Andrey Vagin
avagin at openvz.org
Tue Sep 2 07:49:29 PDT 2014
Currently we have two images for each of these types of objects.
All watch descriptors are collected in a list and then
they are written in an image as a repeated field.
This images merge reduces the amount of image files criu
generates and may simplify the fix of mentioned above issue.
Andrey Vagin (3):
fsnotify: merge inotify wd image into inotify image (v4)
fsnotify: merge fanotify mark image into fanotify image (v3)
eventpoll: merge eventpoll tfd into eventpoll image
eventpoll.c | 76 +++++++++++++++-------
fsnotify.c | 160 ++++++++++++++++++++++++++++++++++++-----------
include/fsnotify.h | 1 -
include/image-desc.h | 6 +-
protobuf/eventpoll.proto | 1 +
protobuf/fsnotify.proto | 2 +
6 files changed, 184 insertions(+), 62 deletions(-)
--
1.9.3
More information about the CRIU
mailing list