lkml.org 
[lkml]   [1998]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject2.1.88 sr_mod and SMP fix
Date

This symbol needs to be defined...

--
Matthew Harrell Any sufficiently advanced technology
Simulation Technology Division, SAIC is indistinguishable from a rigged
mharrell@std.saic.com demo.
diff -urN linux/drivers/scsi/scsi_syms.c-ori linux/drivers/scsi/scsi_syms.c
--- linux/drivers/scsi/scsi_syms.c-ori Sun Feb 22 02:28:18 1998
+++ linux/drivers/scsi/scsi_syms.c Sun Feb 22 02:30:53 1998
@@ -82,5 +82,10 @@
EXPORT_SYMBOL(scsi_devicelist);
EXPORT_SYMBOL(scsi_device_types);

+#ifdef __SMP__
+# ifdef CONFIG_BLK_DEV_SR_MODULE
+EXPORT_SYMBOL(io_request_lock);
+# endif
+#endif

#endif /* CONFIG_MODULES */
\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.017 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site