[PATCH/RFC] MTD: Striping layer core

Artem B. Bityutskiy dedekind at infradead.org
Fri Mar 31 03:55:35 EST 2006


On Fri, 2006-03-31 at 12:17 +0400, Alexander Belyakov wrote:
> In that case clients should be aware of using striped devices and 
> provide special support for them. The one of the ideas of the suggested 
> solution is to hide striping internals from the client providing generic 
> mtd device (just with somewhat increased performance).

I think you are one more guy who hit on the not generic enough
interface.

Indeed, on the one hand, you want to inform the type of flash used. If
this is NAND, people have to use NAND-specific stuff like
mtd->write_ecc. If this is NOR, they have to use NOR-related stuff like
mtd->write, mtd->point and so on.

On the other hand, you still want to inform users that this is a striped
MTD device. They may want to know this.

And the best thing you can do is not to adopt yourself to far too old
MTD interface, which is like this for historical reasons, but to make a
revolution in the MTD interface itself.

By revolution I mean:

1. To invent a common generic flash model.
2. To make MTD interface generic.
3. To fix existing users. Well, I would say fixing JFFS2 may be enough.

This is a big piece of work, but it is what I consider a professional
approach.

-- 
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.





More information about the linux-mtd mailing list