This patch set adds support for unlinked socket migration, which has another
dentry, poiting to it's inode.

Note: no explicit support for DelayFS is required, because in this case dentry
is just renamed, to everything works by default.

https://jira.sw.ru/browse/PSBM-39774

v2:
New cpt_d_alias field size explicitly set to UNIX_PATH_MAX.

---

Stanislav Kinsburskiy (3):
      cpt: export dentry alias search helper
      cpt: dump dentry alias path for UNIX socket
      rst: recreate deleted sock as a link, if present


 include/linux/cpt_image.h |    6 +++
 kernel/cpt/cpt_files.c    |   56 ++++++++++++++------------
 kernel/cpt/cpt_files.h    |    3 +
 kernel/cpt/cpt_socket.c   |   52 +++++++++++++++++-------
 kernel/cpt/rst_socket.c   |   96 ++++++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 168 insertions(+), 45 deletions(-)

--
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to