From: J. Bruce Fields Date: Tue, 14 Nov 2006 21:54:36 +0000 (-0500) Subject: locks: kill redundant local variable X-Git-Tag: v2.6.24-rc1~1274^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526985b9dd6ef7716b87f5fe6f0e2438ea3a89c7;p=pandora-kernel.git locks: kill redundant local variable There's no need for another variable local to this loop; we can use the variable (of the same name!) already declared at the top of the function, and not used till later (at which point it's initialized, so this is safe). Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed