From: Lennart Poettering Date: Sun, 16 May 2010 01:54:40 +0000 (+0200) Subject: util: add gfs to list of network filesystems X-Git-Tag: v1~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca139f94c8de427616f54ab38262a47c4a636ffd;p=thirdparty%2Fsystemd.git util: add gfs to list of network filesystems --- diff --git a/util.c b/util.c index 5df811d038d..95791f941d8 100644 --- a/util.c +++ b/util.c @@ -1359,7 +1359,9 @@ bool fstype_is_network(const char *fstype) { "smbfs", "ncpfs", "nfs", - "nfs4" + "nfs4", + "gfs", + "gfs2" }; unsigned i;