diff options
author | Oleg Nesterov <oleg@tv-sign.ru> | 2006-01-08 10:03:28 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 05:13:57 +0100 |
commit | 86174cdcb44c095ffd2e3ca69caa56244cf701d5 (patch) | |
tree | 37d6cd5e6145fb659f436399268be1e7be950e61 /fs/fcntl.c | |
parent | [PATCH] MAINTAINERS: line duplication (diff) | |
download | linux-86174cdcb44c095ffd2e3ca69caa56244cf701d5.tar.xz linux-86174cdcb44c095ffd2e3ca69caa56244cf701d5.zip |
[PATCH] remove unneeded sig->curr_target recalculation
This patch removes unneeded sig->curr_target recalculation under 'if
(atomic_dec_and_test(&sig->count))' in __exit_signal().
When sig->count == 0 the signal can't be sent to this task and
next_thread(tsk) == tsk anyway.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/fcntl.c')
0 files changed, 0 insertions, 0 deletions