This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pooled memory allocation for JFFS2


On Wed, 2003-11-26 at 22:43 +0000, David Woodhouse wrote:
> TODO list isn't empty:
> 
>  - Fill in the skeleton gcthread.c
>  - Check and fix locking of icache mangling in fs-ecos.c
>  - Fix unmount of root file system after chdir().
>  - Make a read-only CDL option. (Will function-sections and gc-sections 
>    make this fairly ifdef-free?)
>  - Fix atomicity of renames. Why was the unlink() added?
>  - Further cleanup -- should the functions in dir-ecos.c take 'struct
>    dirsearch' instead of various components thereof, or should each of
>    those functions just be moved inside its only caller in fs-ecos.c?
>  - Fix up RedBoot fileio support.

Oh yeah -- another quite important one: See how we use a pointer
directly into the flash chip on Linux rather than exclusively using the
memcpy() in jffs2_flash_read().... do that in eCos too. 

-- 
dwmw2



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]