From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263678AbTDNSUX (for ); Mon, 14 Apr 2003 14:20:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263687AbTDNSUV (for ); Mon, 14 Apr 2003 14:20:21 -0400 Received: from smtpzilla5.xs4all.nl ([194.109.127.141]:3849 "EHLO smtpzilla5.xs4all.nl") by vger.kernel.org with ESMTP id S263678AbTDNSTk (for ); Mon, 14 Apr 2003 14:19:40 -0400 Date: Mon, 14 Apr 2003 20:31:21 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@serv To: Linus Torvalds cc: Andries.Brouwer@cwi.nl, Andrew Morton , Subject: Re: [PATCH] kdevt-diff In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, 14 Apr 2003, Linus Torvalds wrote: > > Linus, if you still want to go for a single block device major, this patch > > is bad idea (at least in this form). > > I disagree. > > I think the single block-device major is a totally separate issue, and has > nothing to do with allowing big device_t representations. I do not see why > Andries patch would be anything else than infrastructure for future > expansion. Expansion into what? The knowledge about dev_t is already reduced to a minimum in a lot of block device drivers. register_blkdev() is already pretty much a dummy and not a requirement anymore. bye, Roman