From b754ff8b638a00a784cb04978a0c49f6be8c7d75 Mon Sep 17 00:00:00 2001 From: pelzvieh Date: Mon, 23 Mar 2020 11:15:11 +0100 Subject: [PATCH] davfs is a network file system (cherry picked from commit 137d4487511b3221d3c9165326bf55f297dcd5a6) (cherry picked from commit 98a349465291801537b644ff1478ac2daeeeba21) (cherry picked from commit cd7d8bb96291a33c510cb8f9e7c7494af3d1b0b5) --- src/basic/mountpoint-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.25.1