davfs is a network file system

This commit is contained in:
pelzvieh 2020-03-23 11:15:11 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 71180f8e57
commit 137d448751

View 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) {