chiark / gitweb /
basic/mount-util: recognize ocfs2 as network fs (#3713)
[elogind.git] / 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;