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
[WasmFS] Do not change the type bits in the mode (#16973)
The mode has permission bits, like read/write, which can be changed, but the
type bits like "is file" or "is directory" can never be changed in POSIX. Or at
least so the docs I can find seem to say, and I confirmed it on Linux. It is also
how the old FS works.
This is a necessary fix for a future PR's test to pass, so a test is not included
in this PR.
0 commit comments