[CRIU] [PATCH 09/10] inotify: Add checkpoint/restore v2

Cyrill Gorcunov gorcunov at openvz.org
Fri May 4 05:38:28 EDT 2012


v2:
 - open_mount is cleaned up
 - byte-stream hex conversion remains untouched since
   strtol is flipping numbers to LE manner

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile          |    1 +
 cr-dump.c         |   13 ++
 cr-restore.c      |    8 +
 cr-show.c         |    1 +
 crtools.c         |   15 ++
 include/crtools.h |    4 +
 include/image.h   |   18 +++
 include/inotify.h |   18 +++
 include/mount.h   |    3 +-
 include/types.h   |    7 +
 inotify.c         |  388 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 mount.c           |   29 +++-
 12 files changed, 496 insertions(+), 9 deletions(-)
 create mode 100644 include/inotify.h
 create mode 100644 inotify.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-inotify-Add-checkpoint-restore-v2.patch
Type: text/x-patch
Size: 15793 bytes
Desc: not available
Url : http://openvz.org/pipermail/criu/attachments/20120504/8df9e29e/0009-inotify-Add-checkpoint-restore-v2-0001.bin


More information about the CRIU mailing list