summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpelzvieh <github@flying-snail.de>2020-03-23 11:15:11 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-26 14:09:22 +0100
commit98a349465291801537b644ff1478ac2daeeeba21 (patch)
treeead658d8c24065d314bcfc6f5427a8bc88610db8
parent9b52ce58de50dfb387efeeb3c78d7cfcecc06ae3 (diff)
downloadsystemd-98a349465291801537b644ff1478ac2daeeeba21.tar.gz
davfs is a network file system
(cherry picked from commit 137d4487511b3221d3c9165326bf55f297dcd5a6)
-rw-r--r--src/basic/mountpoint-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c
index 1d8147b248..0b3587ff55 100644
--- a/src/basic/mountpoint-util.c
+++ b/src/basic/mountpoint-util.c
@@ -310,7 +310,8 @@ bool fstype_is_network(const char *fstype) {
"glusterfs",
"pvfs2", /* OrangeFS */
"ocfs2",
- "lustre");
+ "lustre",
+ "davfs");
}
bool fstype_is_api_vfs(const char *fstype) {