SHA256
1
0
forked from pool/systemd
systemd/0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch

26 lines
758 B
Diff

From da92ca5eb506d513033e0c7a85daf25a7e1c9d0e 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
---
src/shared/util.c | 1 +
1 file changed, 1 insertion(+)
diff --git src/shared/util.c src/shared/util.c
index 882a690..dbdb692 100644
--- src/shared/util.c
+++ 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"
--
1.7.9.2