mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
mount: trivial optimization
This commit is contained in:
parent
8cf3a8a982
commit
40f9afa721
@ -212,7 +212,7 @@ static int nftw_cb(
|
|||||||
|
|
||||||
int mount_setup(void) {
|
int mount_setup(void) {
|
||||||
|
|
||||||
const char *symlinks =
|
const char symlinks[] =
|
||||||
"/proc/kcore\0" "/dev/core\0"
|
"/proc/kcore\0" "/dev/core\0"
|
||||||
"/proc/self/fd\0" "/dev/fd\0"
|
"/proc/self/fd\0" "/dev/fd\0"
|
||||||
"/proc/self/fd/0\0" "/dev/stdin\0"
|
"/proc/self/fd/0\0" "/dev/stdin\0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user