chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:13:01 +0000 (10:13 +0200)
src/basic/mount-util.c

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