blkmtd and name_to_dev_t

Eric W. Biederman ebiederman at lnxi.com
Mon Apr 3 22:56:26 EDT 2006


"H. Peter Anvin" <hpa at zytor.com> writes:

> There seems to be a few options, in order from least work to more work:
>
> - Removing the blkmtd driver and tell people to use block2mtd;
> - Have kinit intercept blkmtd configuration options and emulate them using
> block2mtd;
> - Adjust blkmtd to have a configuration interface, and then make kinit configure
> it.

Block devices are not especially interesting when working with flash chips, as they
are an emulation layer.  The character devices are much more interesting,
and the native filesystems don't go through a block or a character device.
So killing blkmtd sounds like a reasonable thing to do.

Given that klibc will reduce the size of the kernel I expect most embedded
users will in general be in favor of it.

So I suggest what happens is that we deprecate blkmtd in Documentation/FeatureRemoval
of 2.6.17 and delete it in the -mm tree.

Then you can merge klibc.

Does any one have a problem with that plan?

Eric




More information about the linux-mtd mailing list