[systemd-devel] [PATCH 8/9] shared: AFS is also a network filesystem

Cristian Rodríguez crrodriguez at opensuse.org
Fri Feb 20 10:35:11 PST 2015


---
 src/shared/util.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/util.c b/src/shared/util.c
index dc65280..6729461 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1692,6 +1692,7 @@ bool chars_intersect(const char *a, const char *b) {
 
 bool fstype_is_network(const char *fstype) {
         static const char table[] =
+                "afs\0"
                 "cifs\0"
                 "smbfs\0"
                 "sshfs\0"
-- 
2.3.0



More information about the systemd-devel mailing list