From: Pete Zaitcev Date: Fri, 9 Mar 2007 04:02:26 +0000 (-0800) Subject: libusual: change block scope variable to function scope X-Git-Tag: v2.6.22-rc1~1117^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e35d92367d8cd376946eb924838de1dd3287c7;p=pandora-kernel.git libusual: change block scope variable to function scope Someone changed the code to kthread and used his style instead of mine. The problem with the block variables is that they provoke shadowing, which is actually exactly what has happened in my other tree which has the class patch. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed