[CRIU] [PATCH 12/17] mount: add support for SUNRPC Pipefs
Stanislav Kinsburskiy
skinsbursky at virtuozzo.com
Wed May 18 09:28:53 PDT 2016
Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
---
criu/mount.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/criu/mount.c b/criu/mount.c
index 0ca5202..f76d4ed 100644
--- a/criu/mount.c
+++ b/criu/mount.c
@@ -1803,7 +1803,10 @@ static struct fstype fstypes[32] = {
.parse = autofs_parse,
.dump = autofs_dump,
.mount = autofs_mount,
- },
+ }, {
+ .name = "rpc_pipefs",
+ .code = FSTYPE__RPC_PIPEFS,
+ }
};
static char fsauto_all[] = "all";
More information about the CRIU
mailing list