From: Lennart Poettering Date: Mon, 15 Nov 2021 13:10:04 +0000 (+0100) Subject: filesystems: list orangefs as network fs X-Git-Tag: v250-rc1~247^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e8fd6108988234ec1cc627a831513bf0cf5a65b;p=thirdparty%2Fsystemd.git filesystems: list orangefs as network fs it's the new name or pvfs2, hence we might as well list it, given we list that already. --- diff --git a/src/basic/filesystems.c b/src/basic/filesystems.c index f8c0deb77c4..6e28d64b47f 100644 --- 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"