new read ahead cache

This commit is contained in:
dborth 2009-01-06 06:04:49 +00:00
parent 497274c83d
commit dc7b84e4a5

View File

@ -188,8 +188,8 @@ bool MountFAT(int method)
mounted = false;
else if(!fatMountSimple(name, disc))
mounted = false;
//else
// fatEnableReadAhead(name, 6, 64);
else
fatSetReadAhead(rootdir, 6, 64);
}
isMounted[method] = mounted;