[CRIU] [PATCH v3 16/17] mount: add support for NFSv4

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Thu May 19 03:58:47 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 c88565e..943d006 100644
--- a/criu/mount.c
+++ b/criu/mount.c
@@ -1809,6 +1809,9 @@ static struct fstype fstypes[] = {
 	}, {
 		.name = "nfs",
 		.code = FSTYPE__NFS,
+	}, {
+		.name = "nfs4",
+		.code = FSTYPE__NFS4,
 	}
 };
 



More information about the CRIU mailing list