util: add gfs to list of network filesystems

This commit is contained in:
Lennart Poettering 2010-05-16 03:54:40 +02:00
parent a1d821025a
commit ca139f94c8

4
util.c
View File

@ -1359,7 +1359,9 @@ bool fstype_is_network(const char *fstype) {
"smbfs",
"ncpfs",
"nfs",
"nfs4"
"nfs4",
"gfs",
"gfs2"
};
unsigned i;