Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 8 Dec 2001 23:29:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 8 Dec 2001 23:29:26 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:8977 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 8 Dec 2001 23:29:06 -0500 Date: Sat, 8 Dec 2001 20:22:54 -0800 (PST) From: Linus Torvalds To: cc: , , Subject: Re: Linux/Pro -- clusters In-Reply-To: Message-ID: 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 On Sat, 8 Dec 2001 Andries.Brouwer@cwi.nl wrote: > > Oh, well. It _is_ going to be quite painful to switch things around. > > I don't understand at all. It is not painful at all. > Things are completely straightforward. > > A kdev_t is a pointer to all information needed, nowhere a lookup, > except at open time. No. I refuse to have the same structure for block devices and character devices. We already know that they are different. Which means that I _will_ rename the thing. Which means that the patch will be straightforward, but painful. > I am sure also Al will tell you that there is no problem. To me, touching a few hundred files, even if it's almost a search-and-replace operation is always painful. Much more painful than touching just one subsystem.. Linus - 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/