1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

util: treat fuse.sshfs as a network filesystem

https://bugs.freedesktop.org/show_bug.cgi?id=73727
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-06-20 22:43:49 -04:00
parent 81577dc228
commit da92ca5eb5
Notes: Zbigniew Jędrzejewski-Szmek 2014-06-21 10:24:36 -04:00
Backport: fix

View File

@ -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"