mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
Opening and closing files is bad for performance, so now that we accurately track the situation of hitting too many open files we can keep the band files open, even for the non-readbuf code path. This unifies the logic of opening (and caching file descriptors) between the readbuf and non-readbuf code paths.