1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00

mount-util: add fusectl to list of API VFS

This commit is contained in:
Lennart Poettering 2017-09-29 14:36:06 +02:00
parent 154d22695a
commit 7941e2189b

View File

@ -564,6 +564,7 @@ bool fstype_is_api_vfs(const char *fstype) {
"devpts\0"
"devtmpfs\0"
"efivarfs\0"
"fusectl\0"
"hugetlbfs\0"
"mqueue\0"
"proc\0"