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
Fusefs is built on top of kernfs, which currently does not release references on dentries obtained during Lookup() until they are invalidated (see kernfs.Filesystem.revalidateChildLocked). Fusefs dentries are never invalidated.