[PATCH] mm: clean up local variables
authorTobias Klauser <tklauser@nuerscht.ch>
Sun, 8 Jan 2006 09:00:59 +0000 (01:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:12:43 +0000 (20:12 -0800)
commitcd105df4590c89837a1c300843238148cfef9b5f
treebea54d8f24ad97d4af5fda6baac5711fa524af0e
parent152194aaa6266d71dfee57882a23def339ef17a4
[PATCH] mm: clean up local variables

Clean up a local variable with the same name as a variable in a larger
block.  Also move a variable into the block where it's actually used.

Spotted by http://linuxicc.sourceforge.net/

Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c
mm/swapfile.c