lkml.org 
[lkml]   [1999]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.3.xx: scsi module, unresolved symbol

Just got a bit worried about broken scsi/module with 2.3.xx.
I found that init_task_union is unresolved in scsi_mod.o and
init_task_union
is in none of the other modules.

As noted (on LK) adding EXPORT_SYMBOL(init_task_union); to ..._ksyms.c
would make
scsi_mod happy and make scsi work again, but i suppose this is not the way
to go ? ( i can't find any other compiled module which uses this
init_task_union)
Should scsi_error.c (init_task.fs) be fixed instead ?


Can someone enlighten me please?

I tried the EXPORT_SYMBOL thing but found kernel complaining when using
xcdroast like:
Aug 21 19:40:24 sjoerd kernel: cdrom: pid 995 is buggy!
But i'm not sure it's related.


PS, is found a warning when compiling scsi.c and changed:
(tty1) 1:39pm 1 root@sjoerd:/usr/src/linux # diff -u drivers/scsi/scsi.c~
drivers/scsi/scsi.c
--- drivers/scsi/scsi.c~ Sun Aug 22 13:39:10 1999
+++ drivers/scsi/scsi.c Sat Aug 21 18:49:35 1999
@@ -3397,7 +3397,7 @@
}
}
}
- printk("wait_for_request = %p\n", wait_for_request);
+ printk("wait_for_request = %p\n", &wait_for_request);
#endif /* CONFIG_SCSI_LOGGING */ /* } */
#endif /* CONFIG_PROC_FS */
}

Thanks,

Arjan Filius


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.108 / U:0.388 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site