From: Arnd Bergmann Date: Sat, 22 Jan 2011 23:21:11 +0000 (+0100) Subject: appletalk: remove the BKL X-Git-Tag: v2.6.39-rc1~467^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d9f461a20ba59219fdcdc30cbf8e3a4ad3f625;p=pandora-kernel.git appletalk: remove the BKL This changes appletalk to use lock_sock instead of lock_kernel for serialization. I tried to make sure that we don't hold the socket lock during sleeping functions, but I did not try to prove whether the locks are necessary in the first place. Compile-tested only. Signed-off-by: Arnd Bergmann Acked-by: David S. Miller Cc: Arnaldo Carvalho de Melo Cc: David Miller Cc: netdev@vger.kernel.org --- Reading git-diff-tree failed