mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
Do not read the whole cluster chain for file on opening. This removes restriction for opening files which span within a large amount of clusters (>65k). That happened because FrLdrTempAlloc cannot allocate more than about 256 KiB of memory. Adjacent clusters for file are now read using one disk driver call.