hanwen / go-fuse

FUSE bindings for Go
Other
1.97k stars 313 forks source link

Add inode.Initialized() for checking if an inode has been initialized. #520

Open iain-macdonald opened 3 weeks ago

iain-macdonald commented 3 weeks ago

This is the simplest fix I could come up with to address this bug in the Forgotten() implementation. Happy to change the behavior of Forgotten instead, but I figured this was less invasive.