| Log Message: |
FAT filesystem - OLPC trac 2609. Fixed FAT32 cluster allocation bug.
The "next cluster" field in the fsinfo structure was being treated as
a definitive free cluster number, instead of as a hint for where to
begin searching. In addition, it was off by one - that field
typically contains the number of the most recently written cluster,
whereas the code was treating it as the next available cluster number.
|