Bug 16136

Summary: sr_mod.o has unresolved references
Product: [Retired] Red Hat Linux Reporter: Willem Riede <wriede>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-14 16:22:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Willem Riede 2000-08-14 00:59:44 UTC
SCSI cdrom support cannot be configured as a module because sr_mod.o then
has a unresolved reference to req_finished_io. This function is unique to
pinstripe, I could not find it in the regular kernel sources. You have
simply neglected to export the symbol for use by modules, because it does
get resolved if scsi cdrom support is compiled into the kernel (as is done
for the distribution kernel).

Comment 1 Michael K. Johnson 2000-08-14 19:46:59 UTC

*** This bug has been marked as a duplicate of 16174 ***