lkml.org 
[lkml]   [2002]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectPatch for unresolvedsSymbol <blk_max_pfn> in SCSI module
Date
From
There is an "Unresolved Symbol" message when depmod is invoked 
for SCSI module caused by a missing EXPORT statement.

PATCH FOLLOWS
KernelVersion:2.5.8-rmk1
--- linux_2.5.8-rmk1_orginal/drivers/block/ll_rw_blk.c Fri Apr 19 11:30:02 2002
+++ linux_2.5.8-rmk1/drivers/block/ll_rw_blk.c Wed Apr 17 14:05:57 2002
@@ -1768,6 +1768,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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.530 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site