Arnd Bergmann 58a9d73202 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 <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-07 00:46:39 -08:00
..
2009-09-01 01:13:38 -07:00
2009-11-07 00:46:39 -08:00
2009-03-21 19:19:14 -07:00
2009-08-05 10:42:58 -07:00
2009-08-05 10:42:58 -07:00
2009-07-12 14:03:27 -07:00
2009-09-02 01:03:53 -07:00
2009-07-27 10:49:44 -07:00
2007-07-10 22:16:43 -07:00
2008-12-10 15:18:31 -08:00