valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0036-shared-AFS-is-also-a-network-filesystem.patch

923a60
From 46392c1d8f433ee44fc5bacb085879779a662468 Mon Sep 17 00:00:00 2001
923a60
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
923a60
Date: Fri, 20 Feb 2015 15:35:11 -0300
923a60
Subject: [PATCH] shared: AFS is also a network filesystem
923a60
923a60
(cherry picked from commit ba89821c104d959082aad6f3f0e05a8afd575023)
923a60
---
923a60
 src/shared/util.c | 1 +
923a60
 1 file changed, 1 insertion(+)
923a60
923a60
diff --git a/src/shared/util.c b/src/shared/util.c
923a60
index ba035caed0..f24b5b4ec5 100644
923a60
--- a/src/shared/util.c
923a60
+++ b/src/shared/util.c
923a60
@@ -1689,6 +1689,7 @@ bool chars_intersect(const char *a, const char *b) {
923a60
 
923a60
 bool fstype_is_network(const char *fstype) {
923a60
         static const char table[] =
923a60
+                "afs\0"
923a60
                 "cifs\0"
923a60
                 "smbfs\0"
923a60
                 "sshfs\0"