public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: Ben Clifford <benc@hawaga.org.uk>
Cc: Dave Jones <davej@suse.de>, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.5.5-dj3 - ide_fops
Date: Thu, 07 Mar 2002 17:25:21 +0100	[thread overview]
Message-ID: <3C879471.8060106@evision-ventures.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0203061648330.2886-100000@barbarella.hawaga.org.uk>

Ben Clifford wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> Here's another one.
> 
> 2.5.5-dj3 removes EXPORT_SYMBOL(ide_fops)
> 
> but doesn't remove ide_fops from the code.
> 
> Hence modprobe ide-cd doesn't work.
>

Wow! I have found the following in ide-cd.c


	devinfo->de = devfs_register(drive->de, "cd", DEVFS_FL_DEFAULT,
				     HWIF(drive)->major, minor,
				     S_IFBLK | S_IRUGO | S_IWUGO,
				     ide_fops, NULL);

So in fact we are devfs_registering the ide-cd rom driver *twice*.
The proper resolution will most propably be to remove this info
there and to use this only in ide.c.


  reply	other threads:[~2002-03-07 16:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-06  3:43 Linux 2.5.5-dj3 Dave Jones
2002-03-06  6:53 ` Linux 2.5.5-dj3 - ide_modes.h Ben Clifford
2002-03-06 11:47   ` Dave Jones
2002-03-06 12:00     ` Martin Dalecki
2002-03-07  0:49       ` Linux 2.5.5-dj3 - ide_fops Ben Clifford
2002-03-07 16:25         ` Martin Dalecki [this message]
2002-03-07  0:55     ` Linux 2.5.5-dj3 - modprobe psmouse Ben Clifford
2002-03-10 14:42       ` Vojtech Pavlik

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=3C879471.8060106@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=benc@hawaga.org.uk \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox