diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 03:54:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 03:54:40 +0200 |
commit | ca139f94c8de427616f54ab38262a47c4a636ffd (patch) | |
tree | f3913511a0d7516e7b21b27314abcc89740ea316 /util.c | |
parent | a1d821025a51e119a5959fb8b3fb976e41260f1a (diff) |
util: add gfs to list of network filesystems
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1359,7 +1359,9 @@ bool fstype_is_network(const char *fstype) { "smbfs", "ncpfs", "nfs", - "nfs4" + "nfs4", + "gfs", + "gfs2" }; unsigned i; |