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
Fix DirEntryInner::is_same_file at a mountpoint (#333)
If a direntry comes from a mountpoint's parent, then its ino will be the
ino of the underlying directory, not the mounted file system's root
directory. So ignore the direntry's ino, and just look at the ino in
its metadata.
Fixes#330
0 commit comments