Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Take advantage of empty space early in dir search
Before, when appending new entries to a directory, we try to find empty space in the last block of a directory chain. This has a nice side-effect that the order of directory entries is maintained. However, this isn't strictly necessary. We're already scanning the directory chain in order, so other than changes to directory order, there's no downside to taking advantage of any free space we come across.
- Loading branch information