[PATCH]1:1 mapping(revision 2)

Jörn Engel joern at wohnheim.fh-wedel.de
Wed Sep 28 04:16:35 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.

Jörn

-- 
You cannot suppose that Moliere ever troubled himself to be original in the
matter of ideas. You cannot suppose that the stories he tells in his plays
have never been told before. They were culled, as you very well know.
-- Andre-Louis Moreau in Scarabouche




More information about the linux-mtd mailing list