From a44cb5cbf79cd2af699e981256fa25b6246d30d8 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 28 Apr 2016 13:49:16 -0400 Subject: basic/mount-util: recognize pvfs2 as network fs (#3140) Added to kernel 4.6. --- src/basic/mount-util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/basic/mount-util.c') diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index 5faa2eba05..ba698959b7 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -498,7 +498,9 @@ bool fstype_is_network(const char *fstype) { "nfs4\0" "gfs\0" "gfs2\0" - "glusterfs\0"; + "glusterfs\0" + "pvfs2\0" /* OrangeFS */ + ; const char *x; -- cgit v1.2.3-54-g00ecf