projects
/
util-linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dbadf0
)
libmount/utils: add pidfs to pseudo fs list
author
Mike Yuan
<me@yhndnzj.com>
Fri, 10 May 2024 17:11:28 +0000
(
01:11
+0800)
committer
Chris Hofstaedtler
<zeha@debian.org>
Mon, 3 Jun 2024 15:03:37 +0000
(17:03 +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
patch
|
blob
|
history
diff --git
a/libmount/src/utils.c
b/libmount/src/utils.c
index a2f8ea0337c929672c158ac60dd8a5bebe74d449..94a877cf051b131dfb9602cb68b9faa5fb117a0e 100644
(file)
--- a/
libmount/src/utils.c
+++ b/
libmount/src/utils.c
@@
-340,6
+340,7
@@
int mnt_fstype_is_pseudofs(const char *type)
"none",
"nsfs",
"overlay",
+ "pidfs",
"pipefs",
"proc",
"pstore",