Skip to content

Don't leak node block on node remove.

Andrey Turkin requested to merge andrey.turkin/redoxfs:node_leak into master

Not entirely sure if this is a completely correct fix, please review.

Refs #50 . This does not fixes the issue completely. The persistent leak is gone, but repeated create/delete hammering still results in eventual ENOSPC, which is fixed by umount/mount cycle. I think redoxfs needs auto-syncing triggered by some sort of heuristics?

Merge request reports