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:34:16 +0100
commitb754ff8b638a00a784cb04978a0c49f6be8c7d75 (patch)
tree66e68674a9067d637704e52760840ee3d799b0db
parentb61a575a5bfda8f1f5329438636bcd4e057ea840 (diff)
downloadsystemd-b754ff8b638a00a784cb04978a0c49f6be8c7d75.tar.gz
davfs is a network file systemv243.8
(cherry picked from commit 137d4487511b3221d3c9165326bf55f297dcd5a6) (cherry picked from commit 98a349465291801537b644ff1478ac2daeeeba21) (cherry picked from commit cd7d8bb96291a33c510cb8f9e7c7494af3d1b0b5)
-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 d3b8e44f18..6116a40547 100644
--- a/src/basic/mountpoint-util.c
+++ b/src/basic/mountpoint-util.c
@@ -311,7 +311,8 @@ bool fstype_is_network(const char *fstype) {
"glusterfs",
"pvfs2", /* OrangeFS */
"ocfs2",
- "lustre");
+ "lustre",
+ "davfs");
}
bool fstype_is_api_vfs(const char *fstype) {