Re: [PATCH] register_blkdev

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Mar 08 2003 - 10:11:42 EST


On Sat, 2003-03-08 at 00:50, Greg KH wrote:
> > So we need a maxminors flag in the register for 2.6 I guess ?
>
> Do you mean to only increase the number of majors, and not minors then?

How about an interface that looks like

        register_chr_device(blah. blah, MY_MAX_MINOR);

and we can delete all the if < 0 || >= MAX return logic from the drivers
as we go. Right now each driver checks and several in the past had off
by one errors.

-
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 : Sat Mar 15 2003 - 22:00:15 EST