[CRIU] [PATCH 0/2] cgroup: Add support of custom properties to dump

Cyrill Gorcunov gorcunov at openvz.org
Wed Jan 21 23:46:47 PST 2015


We need it for OpenVZ but might be useful for other kernels as well.

Cyrill Gorcunov (2):
  cgroup: properties -- Move properties handling into separate file
  cgroup: Add ability to dump custom cgroup properties

 Makefile               |   2 +-
 Makefile.crtools       |   1 +
 cgroup-props.c         | 284 +++++++++++++++++++++++++++++++++++++++++++++++++
 cgroup.c               |  87 +--------------
 cr-dump.c              |   6 ++
 crtools.c              |   5 +
 include/cgroup-props.h |  16 +++
 include/cr_options.h   |   1 +
 8 files changed, 319 insertions(+), 83 deletions(-)
 create mode 100644 cgroup-props.c
 create mode 100644 include/cgroup-props.h

-- 
1.9.3



More information about the CRIU mailing list