UBI memory usage on large page nand

Artem Bityutskiy dedekind1 at gmail.com
Sat Aug 20 01:17:36 EDT 2011


On Wed, 2011-08-17 at 14:35 +0800, Nicholas wrote:
> Dear Artem,
> 
> 1. drivers/mtd/ubi/build.c
> 
> attach_by_scanning(struct ubi_device *ubi)
> 
>         ubi->min_io_size = ubi->mtd->writesize;
>         ubi->hdrs_min_io_size = ubi->mtd->writesize >> ubi->mtd->subpage_sft;
> +       ubi->max_write_size = ubi->mtd->writesize;

Could you please send a normal kernel patch with a good commit message,
e.g., produced with 'git format-patch'. Describe how you tested it as
well.

There are many internet resources describing how to send good kernel
patches.

Thanks!




More information about the linux-mtd mailing list