summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-16 03:54:40 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-16 03:54:40 +0200
commitca139f94c8de427616f54ab38262a47c4a636ffd (patch)
treef3913511a0d7516e7b21b27314abcc89740ea316
parenta1d821025a51e119a5959fb8b3fb976e41260f1a (diff)
util: add gfs to list of network filesystems
-rw-r--r--util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/util.c b/util.c
index 5df811d038..95791f941d 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;