From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 1 Apr 2003 11:41:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 1 Apr 2003 11:41:42 -0500 Received: from phoenix.infradead.org ([195.224.96.167]:44808 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Tue, 1 Apr 2003 11:41:40 -0500 Date: Tue, 1 Apr 2003 17:52:56 +0100 From: Christoph Hellwig To: Alan Cox Cc: Roman Zippel , Joel Becker , bert hubert , Greg KH , Andries.Brouwer@cwi.nl, Linux Kernel Mailing List , Wim Coekaerts Subject: Re: 64-bit kdev_t - just for playing Message-ID: <20030401175256.A19660@infradead.org> Mail-Followup-To: Christoph Hellwig , Alan Cox , Roman Zippel , Joel Becker , bert hubert , Greg KH , Andries.Brouwer@cwi.nl, Linux Kernel Mailing List , Wim Coekaerts References: <20030328180545.GG32000@ca-server1.us.oracle.com> <20030331083157.GA29029@outpost.ds9a.nl> <20030331172403.GM32000@ca-server1.us.oracle.com> <1049149133.1287.1.camel@dhcp22.swansea.linux.org.uk> <1049208134.19703.12.camel@dhcp22.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1049208134.19703.12.camel@dhcp22.swansea.linux.org.uk>; from alan@lxorguk.ukuu.org.uk on Tue, Apr 01, 2003 at 03:42:24PM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 01, 2003 at 03:42:24PM +0100, Alan Cox wrote: > We need to default to 12:20 for char but where the 20 is actually > defaulting to 0000xx so we don't get extra minors for any device > that hasnt been audited for it Why do we need a split at all? Just make it reserve a 8k range which is the same as the old major. No problem with wasting space then.