diff options
| author | Oleg Nesterov <[email protected]> | 2008-07-25 01:47:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-07-25 10:53:38 -0700 |
| commit | 6715ca451cfff1c9ce4b33ad9918a1dacf43997c (patch) | |
| tree | a66cdfd7026e7ad40ad0675a35ff35886216ed5f /include/linux/timerqueue.h | |
| parent | 96347e7759e2e433c427defa0fa1adfc8cce6226 (diff) | |
signals: collect_signal: remove the unneeded sigismember() check
collect_signal() checks sigismember(&list->signal, sig), this is not
needed. This "sig" was just found by next_signal(), so it must be valid.
We have a (completely broken) call to ->notifier in between, but it must
not play with sigpending->signal bits or unlock ->siglock.
Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Roland McGrath <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions