On Fri, 16 Feb 2001 21:54:52 +0100, you wrote:

>external for sd_mod.o (and also sr_mod.o).  But 'req_finished_io' is
>in the kernel (ll_rw_blk.c), prooven with 'nm' or 'grep' in
>System.map.  The call to 'req_finished_io' comes from
>end_scsi_request(scsi.h).

I think this is rh sard patch.

Try

  EXPORT_SYMBOL(io_request_lock);
+EXPORT_SYMBOL(req_finished_io);
  EXPORT_SYMBOL(end_that_request_first);
  EXPORT_SYMBOL(end_that_request_last);
  EXPORT_SYMBOL(blkelv_ioctl);

at the end of ll_rw_blk.c

-- 
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to