From 71227310a62a616a0d9356fe0506e01f47c76eb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Valentin=20Vidi=C4=87?= Date: Thu, 14 Jul 2016 07:34:36 +0200 Subject: [PATCH] basic/mount-util: recognize ocfs2 as network fs (#3713) --- src/basic/mount-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index a616d8733..de12453c5 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -501,6 +501,7 @@ bool fstype_is_network(const char *fstype) { "gfs2\0" "glusterfs\0" "pvfs2\0" /* OrangeFS */ + "ocfs2\0" ; const char *x; -- 2.30.2