* [PATCH] SCSI as module lossage in 2.5.1[56]
@ 2002-05-20 19:07 Christopher Hoover
2002-05-27 9:16 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Hoover @ 2002-05-20 19:07 UTC (permalink / raw)
To: linux-kernel; +Cc: ch
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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-27 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20 19:07 [PATCH] SCSI as module lossage in 2.5.1[56] Christopher Hoover
2002-05-27 9:16 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox