Re: Remove an unused variable from get_unmapped_area()

2007-05-08 Thread Benjamin Herrenschmidt
On Wed, 2007-05-09 at 13:28 +1000, David Gibson wrote: > Some recent changes in get_unmapped_area() have left the 'ret' > local unused. This patch removes it. > > Signed-off-by: David Gibson <[EMAIL PROTECTED]> Yeah, my fault, though somebody already posted a patch for this Ben. - To unsubsc

Remove an unused variable from get_unmapped_area()

2007-05-08 Thread David Gibson
Some recent changes in get_unmapped_area() have left the 'ret' local unused. This patch removes it. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: working-2.6/mm/mmap.c === --- working-2.6.orig/mm/mmap.c 2007-05-09 13:26:33