]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
davfs is a network file system
authorpelzvieh <github@flying-snail.de>
Mon, 23 Mar 2020 10:15:11 +0000 (11:15 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Mar 2020 09:01:25 +0000 (10:01 +0100)
src/basic/mountpoint-util.c

index 1d8147b248c4e2477323a365806dc0af7ac5129f..0b3587ff5535037c0283feee909542988305fcf4 100644 (file)
@@ -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) {