All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Corey Minyard <minyard@acm.org>
Cc: Matthew Wilcox <willy@debian.org>, linux-kernel@vger.kernel.org
Subject: Re: [patch] Version 2 of the Linux IPMI driver
Date: Mon, 9 Sep 2002 10:07:43 -0700	[thread overview]
Message-ID: <20020909170743.GF5719@kroah.com> (raw)
In-Reply-To: <3D790F2E.1050306@acm.org>

On Fri, Sep 06, 2002 at 03:25:18PM -0500, Corey Minyard wrote:
> You access a device as a filesystem?  That's bizarre.

Why?  There's lots of precedent for this model (usbfs, pcihpfs, etc.)

> It's a device, and they call them "devices" in the kernel for a
> reason.  Why would you want to do this?  Especially with devfs, the
> whole device numbering problem goes away.  You could easily make it a
> misc device.

devfs did not make the device numbering problem go away at all, you
still need to have a registered major/minor number with Lanana to use
devfs.  Yes, you can ask for a dynamic misc number, but that is very
difficult to support.

thanks,

greg k-h

  parent reply	other threads:[~2002-09-09 17:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-06 19:18 [patch] Version 2 of the Linux IPMI driver Matthew Wilcox
2002-09-06 20:25 ` Corey Minyard
2002-09-06 20:36   ` Matthew Wilcox
2002-09-09 17:07   ` Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-06 18:35 Corey Minyard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020909170743.GF5719@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minyard@acm.org \
    --cc=willy@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.