]> 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)
committerMike Yuan <me@yhndnzj.com>
Fri, 10 May 2024 17:11:28 +0000 (01:11 +0800)
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",