Make pseudofs(9) create directory entries in order, instead
of the reverse.
This fixes Linux sysctl(8) binary - it assumes the first two
directory entries are always "." and "..". There might be other
Linux apps affected by this.
Differential D21550
Make pseudofs(9) create directory entries in order trasz on Sep 6 2019, 1:07 PM. Authored by Tags None Referenced Files
Subscribers
Details
Make pseudofs(9) create directory entries in order, instead This fixes Linux sysctl(8) binary - it assumes the first two
Diff Detail
Event TimelineComment Actions I've thought about it; I guess des@ hadn't used that to avoid contaminating pseudofs headers with queue.h, and I didn't want to change it. Comment Actions Lets take a look. Very first line of pseudofs.h includes sys/jail.h. In sys/jail.h line 121 we see inclusion of sys/queue.h. |