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
We used to hand out a new generation number even
for already-known handles. This does not seem to
cause problems on Linux, but osxfuse throws errors
to userspace with
osxfuse: vnode changed generation
showing up in the kernel log.
Introduce a per-handle generation number that stays
constant until the handle is forgotten.
Tested on Linux and MacOS via gocryptfs. Add test for handle map
behavior.
Fixes#204
See also #205
0 commit comments