Re: [PATCH 3/4] Clean up the kill_someting_info

2008-02-03 Thread Andrew Morton
On Mon, 28 Jan 2008 18:16:35 +0300 Pavel Emelyanov <[EMAIL PROTECTED]> wrote: > This is the first stop (of two) in removing the kill_pgrp_info. > > All the users of this function are in kernel/signal.c, but all > they need is to call __kill_pgrp_info() with the tasklist_lock > read-locked. > > F

[PATCH 3/4] Clean up the kill_someting_info

2008-01-28 Thread Pavel Emelyanov
This is the first stop (of two) in removing the kill_pgrp_info. All the users of this function are in kernel/signal.c, but all they need is to call __kill_pgrp_info() with the tasklist_lock read-locked. Fortunately, one of its users is the kill_something_info(), which already needs this lock in o