From: Arnd Bergmann Date: Thu, 5 Nov 2009 04:37:26 +0000 (+0000) Subject: net/appletalk: push down BKL into a atalk_dgram_ops X-Git-Tag: v2.6.33-rc1~388^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecced8ba8759c16337fc6785d7bab8931ca55cf6;p=pandora-kernel.git net/appletalk: push down BKL into a atalk_dgram_ops Making the BKL usage explicit in appletalk makes it more obvious where it is used, reduces code size and helps getting rid of the BKL in common code. I did not analyse how to kill lock_kernel from appletalk entirely, this will involve either proving that it's not needed, or replacing with a proper mutex or spinlock, after finding out which data structures are protected by the lock. Cc: Arnaldo Carvalho de Melo Cc: David S. Miller Cc: Stephen Hemminger Cc: netdev@vger.kernel.org Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed