Re: [PATCH] kdevt-diff

From: Linus Torvalds (torvalds@transmeta.com)
Date: Mon Apr 14 2003 - 13:40:12 EST


On Mon, 14 Apr 2003, Roman Zippel wrote:
> > I think the single block-device major is a totally separate issue, and has
> > nothing to do with allowing big device_t representations. I do not see why
> > Andries patch would be anything else than infrastructure for future
> > expansion.
>
> Expansion into what?

That's the point - Andries patch is a pure extension of the number space
into user space.

If you think that clashes with anything else, than that "anything else" is
_broken_.

> The knowledge about dev_t is already reduced to a minimum in a lot of
> block device drivers. register_blkdev() is already pretty much a dummy and
> not a requirement anymore.

So why do you think Andries patch clashes?

Also, I don't think your patch is proper. The point about having a single
disk number space means that IDE and SCSI disks would show up there too -
users simply shouldn't need to care about the differences (which is not
just major numbers, but also the silly difference in how the partitioning
splits minor numbers).

But at the same time, for backwards compatibility clearly they have to
show up in the _old_ places too. Which really implies that there needs to
be a mapping function for the old numbers into the proper block device
queues etc, so that people can still use the old /dev nodes when they
upgrade their kernel.

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:33 EST