public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnaud Launay <asl@launay.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] [2.5.18] Re: Modules unresolved symbols
Date: Sun, 26 May 2002 12:27:41 +0200	[thread overview]
Message-ID: <20020526122741.A5578@launay.org> (raw)
In-Reply-To: <20020526022051.15390.qmail@web14207.mail.yahoo.com>

Le Sat, May 25, 2002 at 07:20:51PM -0700, Erik McKee a écrit:
> There is a missing export for the ext2 case as a mod.  I posted
> a patch here recently and forwarded it to linux....perhaps it
> got lost ;)

Dunno. Here are two patches which corrects the ide and ext2 cases:


--- fs/buffer.c.old	Sun May 26 12:09:38 2002
+++ fs/buffer.c	Sun May 26 12:09:52 2002
@@ -835,6 +835,7 @@
 out:
 	return ret;
 }
+EXPORT_SYMBOL(write_mapping_buffers);
 
 void mark_buffer_dirty_inode(struct buffer_head *bh, struct inode *inode)
 {




--- drivers/block/ll_rw_blk.c.old	Sun May 26 12:20:30 2002
+++ drivers/block/ll_rw_blk.c	Sun May 26 12:18:05 2002
@@ -1880,6 +1880,7 @@
 EXPORT_SYMBOL(end_that_request_first);
 EXPORT_SYMBOL(end_that_request_last);
 EXPORT_SYMBOL(blk_init_queue);
+EXPORT_SYMBOL(blk_get_request);
 EXPORT_SYMBOL(bdev_get_queue);
 EXPORT_SYMBOL(blk_cleanup_queue);
 EXPORT_SYMBOL(blk_queue_make_request);


	Arnaud.
-- 
No colors anymore, I want them to turn black.

      reply	other threads:[~2002-05-26 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-26  2:20 [2.5.18] Modules unresolved symbols Erik McKee
2002-05-26 10:27 ` Arnaud Launay [this message]

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=20020526122741.A5578@launay.org \
    --to=asl@launay.org \
    --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