Bug 70623 - kiobuf->map_array has dissapeared from kernel 2.4.18-5
Summary: kiobuf->map_array has dissapeared from kernel 2.4.18-5
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-02 21:46 UTC by Peter W
Modified: 2007-04-18 16:45 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-08-02 21:46:20 UTC
Embargoed:


Attachments (Terms of Use)

Description Peter W 2002-08-02 21:46:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

Description of problem:
The file /usr/src/linux-2.4/include/linux/iobuf.h has been changed between
2.4.18-3 and 2.4.18-5 and one of the members of the struct kiobuf (map_array)
has been removed (look at both files near line 53).  Since it hasn't been
removed from the linux 2.4.19 I assume this was a mistake.  It has also been
removed from linux-2.4/fs/iobuf.c.

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


How reproducible:
Always

Steps to Reproduce:
1.Install RedHat 7.3.
2.Use up2date to upgrade to kernel 2.4.18-5 (from default 2.4.18-3).
3.Notice that "map_array" is gone from
/usr/src/linux-2.4.18-5/include/linux/iobuf.h. (it *was* in corresponding
2.4.18-3 file).
	

Actual Results:  map_array is gone.

Expected Results:  map_array should not be gone. 

Additional info:

Comment 1 Arjan van de Ven 2002-08-03 09:15:59 UTC
the recoding of the kiobuff is actually a performance enhancement (the kiobufs
become leaner and use less memory/cache)


Note You need to log in before you can comment on or make changes to this bug.