projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71180f8
)
davfs is a network file system
author
pelzvieh
<github@flying-snail.de>
Mon, 23 Mar 2020 10:15:11 +0000
(11:15 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 24 Mar 2020 09:01:25 +0000
(10:01 +0100)
src/basic/mountpoint-util.c
patch
|
blob
|
history
diff --git
a/src/basic/mountpoint-util.c
b/src/basic/mountpoint-util.c
index 1d8147b248c4e2477323a365806dc0af7ac5129f..0b3587ff5535037c0283feee909542988305fcf4 100644
(file)
--- 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) {