[Devel] [PATCH rhel6 0/3] cpt: unlinked socket with dentry alias support
Stanislav Kinsburskiy
skinsbursky at odin.com
Mon Sep 28 06:16:17 PDT 2015
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
---
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 | 5 ++
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, 167 insertions(+), 45 deletions(-)
--
More information about the Devel
mailing list