diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-03-29 02:11:01 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-29 04:36:40 +0200 |
commit | f96a795d4f6a8a13abe4b0d3c5d1c28ea8d7ce4b (patch) | |
tree | 18baf25d15cc330240aebdd69273b4a6eca89056 /kernel | |
parent | [PATCH] Remove dead kill_sl prototype from sched.h (diff) | |
download | linux-f96a795d4f6a8a13abe4b0d3c5d1c28ea8d7ce4b.tar.xz linux-f96a795d4f6a8a13abe4b0d3c5d1c28ea8d7ce4b.zip |
[PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_info
We already have the tasklist_lock so there is no need for us to reacquire it
with send_group_sig_info. reader/writer locks allow multiple readers and thus
recursion so the old code was ok just wastful.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions