From: Andi Kleen Date: Tue, 1 Jun 2010 21:04:43 +0000 (+0200) Subject: USB-BKL: Remove BKL use in uhci-debug X-Git-Tag: v2.6.36-rc1~293^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b81fb23a4937a24cb010f41ac173a786eb4c55;p=pandora-kernel.git USB-BKL: Remove BKL use in uhci-debug BKL was not really needed, just came from earlier push downs. The only part that's a bit dodgy is the lseek function. Would need another lock or atomic access to fpos on 32bit? Better to have a libfs lseek Signed-off-by: Andi Kleen Cc: Arnd Bergmann Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed