From: Arnd Bergmann Date: Fri, 6 Nov 2009 08:38:01 +0000 (-0800) Subject: net/irda: push BKL into proto_ops X-Git-Tag: v2.6.33-rc1~388^2~473 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a9d73202dd40076992154e9acfb98489cc8eab;p=pandora-kernel.git net/irda: push BKL into proto_ops The irda driver uses the BKL implicitly in its protocol operations. Replace the wrapped proto_ops with explicit lock_kernel() calls makes the usage more obvious and shrinks the size of the object code. The calls t lock_kernel() should eventually all be replaced by other serialization methods, which requires finding out The calls t lock_kernel() should eventually all be replaced by other serialization methods, which requires finding out which data actually needs protection. Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed