]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount/utils: add pidfs to pseudo fs list
authorMike Yuan <me@yhndnzj.com>
Fri, 10 May 2024 17:11:28 +0000 (01:11 +0800)
committerKarel Zak <kzak@redhat.com>
Mon, 13 May 2024 09:25:24 +0000 (11:25 +0200)
(cherry picked from commit 62cf52f81d5baaba2cfe6dfe00aa4975ebd55d92)

libmount/src/utils.c

index a2f8ea0337c929672c158ac60dd8a5bebe74d449..94a877cf051b131dfb9602cb68b9faa5fb117a0e 100644 (file)
@@ -340,6 +340,7 @@ int mnt_fstype_is_pseudofs(const char *type)
                "none",
                "nsfs",
                "overlay",
+               "pidfs",
                "pipefs",
                "proc",
                "pstore",