diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2010-03-10 08:56:27 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2010-03-10 08:56:27 +0000 |
| commit | 56069476be65da87604d7b006aee7008445b965f (patch) | |
| tree | 94804f1423d229b3370fb4c72d6585c601e875e2 /firmware/include | |
| parent | 0be28e819face17564a75a11745c29d33317fcb0 (diff) | |
| download | rockbox-56069476be65da87604d7b006aee7008445b965f.zip rockbox-56069476be65da87604d7b006aee7008445b965f.tar.gz rockbox-56069476be65da87604d7b006aee7008445b965f.tar.bz2 rockbox-56069476be65da87604d7b006aee7008445b965f.tar.xz | |
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
Diffstat (limited to 'firmware/include')
| -rw-r--r-- | firmware/include/dir_uncached.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/dir_uncached.h b/firmware/include/dir_uncached.h index e198833..4e5acf3 100644 --- a/firmware/include/dir_uncached.h +++ b/firmware/include/dir_uncached.h @@ -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 */ |