Re: linux 2.5.25

From: Tim Pepper (tpepper@vato.org)
Date: Sun Jul 07 2002 - 20:04:08 EST


On Fri 05 Jul at 16:54:20 -0700 torvalds@transmeta.com done said:
>
> The other thing that we should sort out eventually is the unified naming
> for disk devices, now that both IDE and SCSI are starting to have some
> support for driverfs. Let's make sure that we _can_ have sane ways of
> accessing a disk, without having to care whether it is IDE or SCSI or
> anything else.

...and a way that scales better when naming large numbers of disks than
disk_name()'s stuff like:
     sprintf(buf, "sd%c%c", 'a' + unit / 26, 'a' + unit % 26);

t.
-
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 : Sun Jul 07 2002 - 22:00:18 EST