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
Optimize `metadata` calls on Linux in the case where there's exactly one
path component (and it isn't `..`) and symlinks are not being followed.
In that case, we can just call `stat_unchecked` instead of doing an
`openat2` followed by an `fstat`.
0 commit comments