Skip to content

Commit

Permalink
net/irda: push BKL into proto_ops
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and David S. Miller committed Nov 7, 2009
1 parent 83927ba commit 58a9d73
Showing 1 changed file with 224 additions and 107 deletions.
Loading

0 comments on commit 58a9d73

Please sign in to comment.