Re: New kernel/resource.c

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Thu, 15 Jul 1999 01:54:59 +0200


Khimenko Victor wrote:
> devfs and complete removal of major/minor numbers ?

major/minor numbers are still required to (a) uniquely identify a device
(e.g. "is this file on the same filesystem as this other one?"), (b)
identify when block devices are on the same physical device
(e.g. "should I run these fscks in parallel or not?").

They're also recognised by applications: Glibc (see ptsname) and
anything statically linked with it knows about pty device numbers.

Aside from that they can go :-)

-- Jamie

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