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: 0.git+20100605+dfd8ee-1~13^2~16 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca139f94c8de427616f54ab38262a47c4a636ffd;p=systemd util: add gfs to list of network filesystems --- diff --git a/util.c b/util.c index 5df811d0..95791f94 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;