]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
filesystems: list orangefs as network fs
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2021 13:10:04 +0000 (14:10 +0100)
committerLennart 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

index f8c0deb77c4f5435b7a837d83cdb2548d2aa8bf0..6e28d64b47fad898bf7a58da8b4cbc25f2fed46e 100644 (file)
@@ -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"