[PATCH]1:1 mapping(revision 2)

zhao forrest zhao_fusheng at hotmail.com
Wed Sep 28 23:04:14 EDT 2005


>On Wed, 28 September 2005 15:42:01 +0800, zhao forrest wrote:
> >
> > Compared with revision 1, the main changes are:
> > 1 changing from sizeof(uint8_t *) to sizeof(void *)
> > 2 move the definitin of jffs2_blocks_use_vmalloc()
> > from nodelist.h to malloc.c
> > 3 other minor cleanups
>
> > +	return ((c->flash_size / c->sector_size) * sizeof (struct 
jffs2_eraseblock)) > (128 * 1024);
>
>	return ((c->flash_size / c->sector_size) * sizeof(void*)) > (128 * 1024);
>
>Rest looks fine.
>
>With this change, the patch "can go right in".  Since we want to quiet
>down for a while, to stabilize current cvs code, that would mean
>something like "in about a month", I guess.
>

Since we have gone through the review, the patch is in good quality.
On the other hand, I even saw the check-in of new feature today. Then why
only I should wait for this one month delay??
So if there's no solid reason, I'll check in the patch today.

Thanks,
Forrest






More information about the linux-mtd mailing list