Re: [patch 19/45] signal: Remove task argument from dequeue_signal()

From: Frederic Weisbecker
Date: Tue Jul 04 2023 - 06:02:46 EST


On Tue, Jun 06, 2023 at 04:37:48PM +0200, Thomas Gleixner wrote:
> The task pointer which is handed to dequeue_signal() is always current. The
> argument along with the first comment about signalfd in that function is
> confusing at best. Remove it and use current internally.
>
> Update the stale comment for dequeue_signal() while at it.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>