[PATCH v4 4/5] mtd_blkdevs: add option to enable scanning for partitions

Richard Weinberger richard at nod.at
Thu Nov 10 11:44:53 PST 2022


----- Ursprüngliche Mail -----
> Von: "Daniel Golle" <daniel at makrotopia.org>
> +
> +		if (!IS_ENABLED(CONFIG_MTD_BLOCK_PARTITIONS) || mtd_type_is_nand(new->mtd))
> +			gd->flags |= GENHD_FL_NO_PART;

I know that NAND should not get used with mtdblock because lack of wearleveling and
in general too many writes. But what exactly is the rationale to deny part scanning for NAND?

Thanks,
//richard



More information about the linux-mtd mailing list