2.1.88 sr_mod and SMP fix

Matthew Harrell (mharrell@std.saic.com)
Sun, 22 Feb 1998 02:43:58 -0500 (EST)


--ELM888133438-629-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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.

--ELM888133438-629-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=sr_mod.patch Content-Description: sr_mod.patch Content-Transfer-Encoding: 7bit

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 */

--ELM888133438-629-0_--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu