From ca139f94c8de427616f54ab38262a47c4a636ffd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 May 2010 03:54:40 +0200 Subject: [PATCH] util: add gfs to list of network filesystems --- util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util.c b/util.c index 5df811d03..95791f941 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; -- 2.30.2