[systemd-commits] src/shared
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Fri Jun 20 19:45:17 PDT 2014
src/shared/util.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit da92ca5eb506d513033e0c7a85daf25a7e1c9d0e
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Fri Jun 20 22:43:49 2014 -0400
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 882a690..dbdb692 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"
More information about the systemd-commits
mailing list