tavianator/bfs

Avoid stat()ing all mount points on startup

tavianator opened this issue · 0 comments

stat() can be slow, possibly hanging on network filesystems. We can at least delay it until we need to know an fstype for the first time. There's some alternatives: