forked from len0rd/rockbox
Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick as in dircache. This should save ~20KB on 512B/sector targets and ~80KB on 2K/sector ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0be28e819f
commit
56069476be
2 changed files with 7 additions and 3 deletions
|
@ -61,7 +61,6 @@ typedef struct {
|
|||
bool busy;
|
||||
long startcluster;
|
||||
struct fat_dir fatdir;
|
||||
struct fat_dir parent_dir;
|
||||
struct dirent_uncached theent;
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
int volumecounter; /* running counter for faked volume entries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue