browsix
browsix copied to clipboard
OverlayFS `.deletedFiles.log` issue
Deleting .deletedFiles.log causes OverlayFS problems. The file is removed, but internally it seems to assume it is never removed. Revisit this when we've updated to latest BrowserFS to see if it is just fixed upstream.
still a problem:
$ rm .deletedFiles.log
$ rm README
rm: unlink: -2
$ ls
(ls doesn't complete)
Please file a bug report with a small, reproducible test.
@bpowers try the fix I just pushed. I may make a new release if all seems well.
Here is the fixed version: bfs-bugfix.zip
oh awesome, I will try this out