From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 20 Jan 2001 17:14:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 20 Jan 2001 17:14:15 -0500 Received: from neon-gw.transmeta.com ([209.10.217.66]:50441 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 20 Jan 2001 17:14:00 -0500 Message-ID: <3A6A0DA3.FF1EB559@transmeta.com> Date: Sat, 20 Jan 2001 14:13:55 -0800 From: "H. Peter Anvin" Organization: Transmeta Corporation X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i686) X-Accept-Language: en, sv, no, da, es, fr, ja MIME-Version: 1.0 To: Andre Hedrick CC: Linus Torvalds , Alan Cox , linux-kernel@vger.kernel.org Subject: Re: Minors remaining in Major 10 ?? In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andre Hedrick wrote: > > HPA, > > Thoughts on granting all block subsystems a general access misc-char minor > to do special service access that can not be down to a given device if it > is open. There are some things you can not do to a device if you are > using its device-point to gain entry. Also do the grab a neighboor and > force the migration to find the desired major/minor is painful. > Hmmm... this would be better done using a dedicated major (and then minor = block major.) This is something we can do in 2.5 once we have the larger dev_t; at this point, I'd be really hesitant to allocate additional that aren't obligatory. -hpa -- at work, in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/