24 lines
821 B
Diff
24 lines
821 B
Diff
From 7da3a022eb72c80d2ec85b01fec188f80581ba27 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Fri, 20 Jun 2014 22:43:49 -0400
|
|
Subject: [PATCH] util: treat fuse.sshfs as a network filesystem
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=73727
|
|
(cherry picked from commit da92ca5eb506d513033e0c7a85daf25a7e1c9d0e)
|
|
---
|
|
src/shared/util.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/shared/util.c b/src/shared/util.c
|
|
index 8b0e29dd..5b9d1d11 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"
|