Commit 9c1e426
authored
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 #3301 parent 7cd2b94 commit 9c1e426
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments