1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-01 05:47:04 +03:00

util: treat fuse.sshfs as a network filesystem

https://bugs.freedesktop.org/show_bug.cgi?id=73727
(cherry picked from commit da92ca5eb506d513033e0c7a85daf25a7e1c9d0e)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-06-20 22:43:49 -04:00
parent 92254f72bb
commit e4798529d9

View File

@ -1507,6 +1507,7 @@ bool fstype_is_network(const char *fstype) {
static const char table[] = static const char table[] =
"cifs\0" "cifs\0"
"smbfs\0" "smbfs\0"
"sshfs\0"
"ncpfs\0" "ncpfs\0"
"ncp\0" "ncp\0"
"nfs\0" "nfs\0"