Signed-off-by: Stefan Hajnoczi <stefanha@xxxxxxxxxx> --- utils/mount/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mount/network.c b/utils/mount/network.c index 0fa9029..7b0bc97 100644 --- a/utils/mount/network.c +++ b/utils/mount/network.c @@ -1430,7 +1430,7 @@ sa_family_t config_default_family = AF_INET; static int nfs_verify_family(sa_family_t family) { - if (family != AF_INET) + if (family != AF_INET && family != AF_VSOCK) return 0; return 1; -- 2.13.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html