From: pelzvieh Date: Mon, 23 Mar 2020 10:15:11 +0000 (+0100) Subject: davfs is a network file system X-Git-Tag: v246-rc1~715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=137d4487511b3221d3c9165326bf55f297dcd5a6;p=thirdparty%2Fsystemd.git davfs is a network file system --- diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c index 1d8147b248c..0b3587ff553 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) {