chiark / gitweb /
tree-wide: some work-arounds for gcc false positives regarding uninitialized variables
[elogind.git] / src / basic / mount-util.c
index 51734a1bf9b2401950d748c7f0906c3f1e80ba4d..d5ec2afdd99110d5f44f8578feb02d7462316adc 100644 (file)
@@ -499,7 +499,9 @@ bool fstype_is_network(const char *fstype) {
                 "nfs4\0"
                 "gfs\0"
                 "gfs2\0"
-                "glusterfs\0";
+                "glusterfs\0"
+                "pvfs2\0" /* OrangeFS */
+                ;
 
         const char *x;