projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b69f6e
)
filesystems: list orangefs as network fs
author
Lennart Poettering
<lennart@poettering.net>
Mon, 15 Nov 2021 13:10:04 +0000
(14:10 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 15 Nov 2021 21:43:03 +0000
(22:43 +0100)
it's the new name or pvfs2, hence we might as well list it, given we
list that already.
src/basic/filesystems.c
patch
|
blob
|
history
diff --git
a/src/basic/filesystems.c
b/src/basic/filesystems.c
index f8c0deb77c4f5435b7a837d83cdb2548d2aa8bf0..6e28d64b47fad898bf7a58da8b4cbc25f2fed46e 100644
(file)
--- a/
src/basic/filesystems.c
+++ b/
src/basic/filesystems.c
@@
-116,15
+116,16
@@
const FilesystemSet filesystem_sets[_FILESYSTEM_SET_MAX] = {
.help = "Well-known network filesystems",
.value =
"afs\0"
- "cifs\0"
"ceph\0"
+ "cifs\0"
"gfs\0"
"gfs2\0"
- "ncpfs\0"
"ncp\0"
+ "ncpfs\0"
"nfs\0"
"nfs4\0"
"ocfs2\0"
+ "orangefs\0"
"pvfs2\0"
"smb3\0"
"smbfs\0"