Re: [patch 09/20] posix-timers: Split release_posix_timers()

From: Frederic Weisbecker
Date: Thu Jun 01 2023 - 06:27:12 EST


On Tue, Apr 25, 2023 at 08:49:09PM +0200, Thomas Gleixner wrote:
> release_posix_timers() is called for cleaning up both hashed and unhashed
> timers. The cases are differentiated by an argument and the usage is
> hideous.
>
> Seperate the actual free path out and use it for unhashed timers. Provide a
> function for hashed timers.
>
> No functional change.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>