libmount/utils: add pidfs to pseudo fs list
authorMike Yuan <me@yhndnzj.com>
Fri, 10 May 2024 17:11:28 +0000 (01:11 +0800)
committerHelmut Grohne <helmut@subdivi.de>
Wed, 5 Jun 2024 15:23:00 +0000 (17:23 +0200)
(cherry picked from commit 62cf52f81d5baaba2cfe6dfe00aa4975ebd55d92)

Gbp-Pq: Topic upstream
Gbp-Pq: Name libmount-utils-add-pidfs-to-pseudo-fs-list.patch

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",