basic/mount-util: recognize ocfs2 as network fs (#3713)
authorValentin Vidić <vvidic@valentin-vidic.from.hr>
Thu, 14 Jul 2016 05:34:36 +0000 (07:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Jul 2016 05:34:36 +0000 (07:34 +0200)
src/basic/mount-util.c

index f5b5a70..90b7a88 100644 (file)
@@ -500,6 +500,7 @@ bool fstype_is_network(const char *fstype) {
                 "gfs2\0"
                 "glusterfs\0"
                 "pvfs2\0" /* OrangeFS */
+                "ocfs2\0"
                 ;
 
         const char *x;