diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-11-06 00:38:01 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-07 00:46:39 -0800 |
commit | 58a9d73202dd40076992154e9acfb98489cc8eab (patch) | |
tree | 9a070bac9b6eb007567acd6ece75d8fd9fb2fd7e /samples/trace_events | |
parent | 83927ba069a65326f39991a02d6a49ba3b7cea44 (diff) | |
download | op-kernel-dev-58a9d73202dd40076992154e9acfb98489cc8eab.zip op-kernel-dev-58a9d73202dd40076992154e9acfb98489cc8eab.tar.gz |
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>
Diffstat (limited to 'samples/trace_events')
0 files changed, 0 insertions, 0 deletions