From: Arnd Bergmann Date: Thu, 5 Nov 2009 04:37:29 +0000 (+0000) Subject: net/x25: push BKL usage into x25_proto X-Git-Tag: v2.6.33-rc1~388^2~472 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91774904fbf0fe1c71441dd8299342a4654f7103;p=pandora-kernel.git net/x25: push BKL usage into x25_proto The x25 driver uses lock_kernel() implicitly through its proto_ops wrapper. The makes the usage explicit in order to get rid of that wrapper and to better document the usage of the BKL. The next step should be to get rid of the usage of the BKL in x25 entirely, which requires understanding what data structures need serialized accesses. Cc: Henner Eisen Cc: David S. Miller Cc: linux-x25@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed