mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Revert root_redirect :(
This reverts commit 31fc46ded6.
Change-Id: Ia78618c0e8b25ca65f7c8ae0db1cb9c9b321bad9
This commit is contained in:
parent
bd744059cf
commit
f850bbbbc4
19 changed files with 215 additions and 645 deletions
|
|
@ -51,19 +51,12 @@
|
|||
/* internal functions open streams as well; make sure they don't fail if all
|
||||
user descs are busy; this needs to be at least the greatest quantity needed
|
||||
at once by all internal functions */
|
||||
/* internal functions open streams as well; make sure they don't fail if all
|
||||
user descs are busy; this needs to be at least the greatest quantity needed
|
||||
at once by all internal functions */
|
||||
#define MOUNT_AUX_FILEOBJS 1
|
||||
|
||||
#ifdef HAVE_DIRCACHE
|
||||
#define DIRCACHE_AUX_FILEOBJS 1
|
||||
#define AUX_FILEOBJS 3
|
||||
#else
|
||||
#define DIRCACHE_AUX_FILEOBJS 0
|
||||
#define AUX_FILEOBJS 2
|
||||
#endif
|
||||
|
||||
#define AUX_FILEOBJS (2+DIRCACHE_AUX_FILEOBJS+MOUNT_AUX_FILEOBJS)
|
||||
|
||||
/* number of components statically allocated to handle the vast majority
|
||||
of path depths; should maybe be tuned for >= 90th percentile but for now,
|
||||
imma just guessing based on something like:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue