From: Zbigniew Jędrzejewski-Szmek Date: Sat, 21 Jun 2014 02:43:49 +0000 (-0400) Subject: util: treat fuse.sshfs as a network filesystem X-Git-Tag: v215~239 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=da92ca5eb506d513033e0c7a85daf25a7e1c9d0e;p=elogind.git util: treat fuse.sshfs as a network filesystem https://bugs.freedesktop.org/show_bug.cgi?id=73727 --- diff --git a/src/shared/util.c b/src/shared/util.c index 882a6908f..dbdb69270 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -1514,6 +1514,7 @@ bool fstype_is_network(const char *fstype) { static const char table[] = "cifs\0" "smbfs\0" + "sshfs\0" "ncpfs\0" "ncp\0" "nfs\0"