X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fmount-util.c;h=d5ec2afdd99110d5f44f8578feb02d7462316adc;hp=51734a1bf9b2401950d748c7f0906c3f1e80ba4d;hb=fc5023c284153dba5a4b9c8eecc2147f9929899f;hpb=d22ef91ebee03e0e587723ba428b2c3c92c7488f diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index 51734a1bf..d5ec2afdd 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -499,7 +499,9 @@ bool fstype_is_network(const char *fstype) { "nfs4\0" "gfs\0" "gfs2\0" - "glusterfs\0"; + "glusterfs\0" + "pvfs2\0" /* OrangeFS */ + ; const char *x;