You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids musl calling the chown/lchown syscalls, and using fchown/fchownat
only. This leaves less work on the syscalls layer, so it will help WasmFS.
Also simplify the logic in fchown. For some reason musl tries chown on a path
of /proc/fd/NNN if fchown NNN fails. It seems like both should fail at equal times?
At least in our implementation of the filesystem they do, unless I'm missing
something.
Also add support for the nofollow flag to fchownat, which is now necessary.
0 commit comments