From: Arnd Bergmann Date: Tue, 25 Jan 2011 20:49:56 +0000 (+0100) Subject: ipx: remove the BKL X-Git-Tag: v2.6.39-rc1~467^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d0d915d1d1a0fe486849f3e41333c66df620c4;p=pandora-kernel.git ipx: remove the BKL This replaces all instances of lock_kernel in the IPX code with lock_sock. As far as I can tell, this is safe to do, because there is no global state that needs to be locked in IPX, and the code does not recursively take the lock or sleep indefinitely while holding it. Compile-tested only. Signed-off-by: Arnd Bergmann Acked-by: David S. Miller Cc: Arnaldo Carvalho de Melo Cc: netdev@vger.kernel.org --- Reading git-diff-tree failed