diff options
| author | Mike Yuan <me@yhndnzj.com> | 2024-05-11 01:11:28 +0800 |
|---|---|---|
| committer | Mike Yuan <me@yhndnzj.com> | 2024-05-11 01:11:28 +0800 |
| commit | 62cf52f81d5baaba2cfe6dfe00aa4975ebd55d92 (patch) | |
| tree | 0acade6f4344ad13ddf8f83d55f0b9ab82799797 /libmount/src | |
| parent | b2c3700e36c490fd7ec74b532a6dcdf2fc8e66d3 (diff) | |
| download | util-linux-62cf52f81d5baaba2cfe6dfe00aa4975ebd55d92.tar.gz | |
libmount/utils: add pidfs to pseudo fs list
Diffstat (limited to 'libmount/src')
| -rw-r--r-- | libmount/src/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c index a2f8ea0337..94a877cf05 100644 --- 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", |
