diff options
author | Arnd Bergmann <[email protected]> | 2011-01-22 23:44:59 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2011-03-05 10:55:45 +0100 |
commit | 77b2283604bdd7053494a97b0e2fee97148206c6 (patch) | |
tree | 4d5c54156d64fd80de765cc18dc7e4a68b5ec5e1 /tools/perf/util/trace-event-scripting.c | |
parent | 788257d6101d986ac8f2741aaa35974af47f574c (diff) |
x25: remove the BKL
This replaces all instances of lock_kernel in x25
with lock_sock, taking care to release the socket
lock around sleeping functions (sock_alloc_send_skb
and skb_recv_datagram). It is not clear whether
this is a correct solution, but it seem to be what
other protocols do in the same situation.
Includes a fix suggested by Eric Dumazet.
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: David S. Miller <[email protected]>
Tested-by: Andrew Hendry <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Eric Dumazet <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions