Bug 246109

Summary: remove unused var in alloc_ldt()
Product: Red Hat Enterprise Linux 4 Reporter: Jason Baron <jbaron>
Component: kernelAssignee: Jerome Marchand <jmarchan>
Status: CLOSED DUPLICATE QA Contact: Martin Jenner <mjenner>
Severity: low Docs Contact:
Priority: low    
Version: 4.0CC: knoel
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: 2007-06-29 09:07:40 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 Jason Baron 2007-06-28 15:56:39 UTC
Description of problem:



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

 remove unused var in alloc_ldt() 


How reproducible:




Steps to Reproduce:
This is very simple. The 4g4g patch removes all the accesses to the
'oldsize' variable in alloc_ldt(), except one now useless assignment and the
variable declaration. This patch fully remove the useless variable.
I test it using the 223851 reproducer which make heavy use of this part of
code.


1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 RHEL Program Management 2007-06-28 16:05:58 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 2 Jason Baron 2007-06-28 19:49:44 UTC
committed in stream U6 build 55.14. A test kernel with this patch is available
from http://people.redhat.com/~jbaron/rhel4/


Comment 3 Jerome Marchand 2007-06-29 09:07:40 UTC

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