chiark / gitweb /
util: add gfs to list of network filesystems
authorLennart Poettering <lennart@poettering.net>
Sun, 16 May 2010 01:54:40 +0000 (03:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 16 May 2010 01:54:40 +0000 (03:54 +0200)
util.c

diff --git a/util.c b/util.c
index 5df811d038df60414a221b9d2a2f9d40a1545cca..95791f941d86975dbff743b26e01eda335559a9b 100644 (file)
--- 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;