[CRIU] [PATCH 0/3] criu: Add support for deleted dirs with unix sockets
Cyrill Gorcunov
gorcunov at openvz.org
Wed Nov 23 10:28:29 PST 2016
Cyrill Gorcunov (3):
util: Add rmdirp helper
sk-unix: Restore deleted sockets together with removed dirs
test: Add del_standalone_un_dentry test
criu/cr-restore.c | 3 +
criu/include/sockets.h | 1 +
criu/include/util.h | 2 +
criu/sk-unix.c | 98 ++++++++++++++++-
criu/util.c | 40 +++++++
test/zdtm/static/Makefile | 1 +
test/zdtm/static/del_standalone_un_dentry.c | 139 +++++++++++++++++++++++++
test/zdtm/static/del_standalone_un_dentry.desc | 1 +
8 files changed, 280 insertions(+), 5 deletions(-)
create mode 100644 test/zdtm/static/del_standalone_un_dentry.c
create mode 100644 test/zdtm/static/del_standalone_un_dentry.desc
--
2.7.4
More information about the CRIU
mailing list