lkml.org 
[lkml]   [2003]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] kdevt-diff
Hi,

On Mon, 14 Apr 2003, Linus Torvalds wrote:

> > 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_.

It doesn't has to clash, but it only encourages waste. Encoding all kinds
of information into dev_t has to plan for the worst case and that's the
only reason to immediately go to 64 bits and most of the number space is
simply unused and wasted.

> > 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).

Look at it this way: the whole range from 0 to ... is one big major
number, so old device numbers show up their as well.
Only user space "knows" about the special from some of the bits, but the
kernel certainly doesn't care.

> 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.

Why should the kernel care about this? Most programs only want to open
/dev/sd... Until the system tools are updated they will only see the old
numbers anyway, later they won't care anymore either.
You didn't want that a device shows twice under devfs (e.g. as sda and
scsi/host0/bus0/target0/lun0). How is that suddenly different?

bye, Roman

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.396 / U:0.928 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site