From 526985b9dd6ef7716b87f5fe6f0e2438ea3a89c7 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Tue, 14 Nov 2006 16:54:36 -0500 Subject: [PATCH] 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-format-patch failed