This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11118 - Reduce the number of cached sector in the fat driver
Attached to Project:
Rockbox
Opened by amaury pouly (pamaury) - Wednesday, 17 March 2010, 14:26 GMT+2
Last edited by amaury pouly (pamaury) - Monday, 22 March 2010, 11:48 GMT+2
Opened by amaury pouly (pamaury) - Wednesday, 17 March 2010, 14:26 GMT+2
Last edited by amaury pouly (pamaury) - Monday, 22 March 2010, 11:48 GMT+2
|
DetailsThis patch reduces the number of cached sector in the fat_dir structure because it's useless.
It requires a nearly complete rewrite of fat_getnext. At the same time, I made it check more things about LFN entries: * last long entry attribute in the first entry * ordinal are all present and decreasing I could also implement checkuming but I I fear that not all fat drivers implement it. Please review and test it ! |
This task depends upon
Closed by amaury pouly (pamaury)
Monday, 22 March 2010, 11:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: r25290
Monday, 22 March 2010, 11:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: r25290
Rockbox starts fine, playing music and a random selection of plugins work.
I tested it to the limit and it works correctly.