Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information