aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorJohannes Weiner <[email protected]>2009-04-14 16:53:05 +0200
committerIngo Molnar <[email protected]>2009-04-14 17:17:16 +0200
commit78ddb08feb7d4fbe3c0a9931804c51ee58be4023 (patch)
tree3cd3485561a9ac036003fd4da41fdc485cd5ac71 /net/lapb/lapb_out.c
parente790fb0ba64bfec158e1219d899cb588275d12ab (diff)
wait: don't use __wake_up_common()
'777c6c5 wait: prevent exclusive waiter starvation' made __wake_up_common() global to be used from abort_exclusive_wait(). It was needed to do a wake-up with the waitqueue lock held while passing down a key to the wake-up function. Since '4ede816 epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()' there is an appropriate wrapper for this case: __wake_up_locked_key(). Use it here and make __wake_up_common() private to the scheduler again. Signed-off-by: Johannes Weiner <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions