Bug 140605

Summary: [RHEL3-U6][Diskdump] Fails to be configured with Diskdump
Product: Red Hat Enterprise Linux 3 Reporter: Yuuichi Nagahama <nagahama>
Component: netdumpAssignee: Nobuhiro Tachino <ntachino>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: aimamura, akiyama.nobuyuk, indou.takao, linux-scsi, makita, mayuzumi.masa, nagahama, ntachino, tburke, tuchida, watanabe.mas-20
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-13 20:17:20 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 Yuuichi Nagahama 2004-11-23 20:09:37 UTC
Description of problem:
It fails to be configured with Diskdump. When compiling, the error
message appears as follows.
-------------
drivers/block/diskdump.c: In function `start_disk_dump':
drivers/block/diskdump.c:492: error: `__this_module' undeclared 
(first use in this function)
drivers/block/diskdump.c:492: error: (Each undeclared identifier is 
reported only once
drivers/block/diskdump.c:492: error: for each function it appears in.)
drivers/block/diskdump.c: In function `register_disk_dump_device':
drivers/block/diskdump.c:950: error: `__this_module' undeclared 
(first use in this fun
-------------
Missing consideration to be configured with Diskdump in the code.


Version-Release number of selected component (if applicable):
RHEL3-U3
RHEL3-U4


How reproducible: Everytime.

Steps to Reproduce:
1. Compiling
  
Actual results: The error message appears.


Expected results: No error message.


Additional info:

Comment 2 Yuuichi Nagahama 2005-05-13 20:17:20 UTC
It is very low priority and harmless. This is closed at this point.