public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Christopher Hoover <ch@hpl.hp.com>
To: linux-kernel@vger.kernel.org
Cc: ch@murgatroid.com
Subject: [PATCH] SCSI as module lossage in 2.5.1[56]
Date: Mon, 20 May 2002 12:07:56 -0700	[thread overview]
Message-ID: <20020520120756.A8951@friction.hpl.hp.com> (raw)

SCSI as a module (CONFIG_SCSI=m) loses in 2.5.1[56] because scsi_mod.o
needs drivers/block/ll_rw_blk.c:blk_max_pfn and that symbol isn't exported.

Fix below. Please apply.

-ch
Christopher Hoover
mailto:ch@hpl.hp.com
mailto:ch@murgatroid.com

diff -X dontdiff.txt -Naur linux-2.5.16.orig/drivers/block/ll_rw_blk.c linux-2.5.16/drivers/block/ll_rw_blk.c
--- linux-2.5.16.orig/drivers/block/ll_rw_blk.c	Sat May 18 00:45:57 2002
+++ linux-2.5.16/drivers/block/ll_rw_blk.c	Mon May 20 11:49:57 2002
@@ -1926,6 +1926,7 @@
 EXPORT_SYMBOL(blkdev_release_request);
 EXPORT_SYMBOL(generic_unplug_device);
 EXPORT_SYMBOL(blk_attempt_remerge);
+EXPORT_SYMBOL(blk_max_pfn);
 EXPORT_SYMBOL(blk_max_low_pfn);
 EXPORT_SYMBOL(blk_queue_max_sectors);
 EXPORT_SYMBOL(blk_queue_max_phys_segments);

             reply	other threads:[~2002-05-20 19:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-20 19:07 Christopher Hoover [this message]
2002-05-27  9:16 ` [PATCH] SCSI as module lossage in 2.5.1[56] Jens Axboe

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=20020520120756.A8951@friction.hpl.hp.com \
    --to=ch@hpl.hp.com \
    --cc=ch@murgatroid.com \
    --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