[CRIU] [PATCH 16/17] mount: add support for NFSv4
Stanislav Kinsburskiy
skinsbursky at virtuozzo.com
Wed May 18 09:29:18 PDT 2016
Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
---
criu/mount.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/criu/mount.c b/criu/mount.c
index 0ae70ae..704b3ed 100644
--- a/criu/mount.c
+++ b/criu/mount.c
@@ -1809,6 +1809,9 @@ static struct fstype fstypes[32] = {
}, {
.name = "nfs",
.code = FSTYPE__NFS,
+ }, {
+ .name = "nfs4",
+ .code = FSTYPE__NFS4,
}
};
More information about the CRIU
mailing list