Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 7 Mar 2003 18:26:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 7 Mar 2003 18:26:06 -0500 Received: from carisma.slowglass.com ([195.224.96.167]:8967 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Fri, 7 Mar 2003 18:26:06 -0500 Date: Fri, 7 Mar 2003 23:36:36 +0000 From: Christoph Hellwig To: John Cherry Cc: Randy Dunlap , Christoph Hellwig , Joel.Becker@oracle.com, greg@kroah.com, akpm@digeo.com, Andries.Brouwer@cwi.nl, linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: Re: [PATCH] register_blkdev Message-ID: <20030307233636.A19260@infradead.org> Mail-Followup-To: Christoph Hellwig , John Cherry , Randy Dunlap , Joel.Becker@oracle.com, greg@kroah.com, akpm@digeo.com, Andries.Brouwer@cwi.nl, linux-kernel@vger.kernel.org, torvalds@transmeta.com References: <20030307193644.A14196@infradead.org> <20030307123029.2bc91426.akpm@digeo.com> <20030307221217.GB21315@kroah.com> <20030307225517.GF2835@ca-server1.us.oracle.com> <20030307225710.A18005@infradead.org> <20030307151744.73738fdd.rddunlap@osdl.org> <1047080297.10926.180.camel@cherrytest.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1047080297.10926.180.camel@cherrytest.pdx.osdl.net>; from cherry@osdl.org on Fri, Mar 07, 2003 at 03:38:18PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 16 On Fri, Mar 07, 2003 at 03:38:18PM -0800, John Cherry wrote: > Sure. You could grab unassigned majors...if that is what you want to > do. There are a number of ways to "get around" the lack of minor > numbers. None of them follow conventional thinking with regards to > major/minor usage. If you actually looked at the block layer code instead of just talking along you'd see that the major/minor split has absolutely zero meaning for the actual driver interface in 2.5. The only major numbers have any meanting to is pretty printing (/proc/devices and __bdevname). - 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/