Re: [PATCH] cpu/hotplug: Remove skip_onerr field from cpuhp_step structure

From: Peter Zijlstra
Date: Tue Aug 28 2018 - 03:55:46 EST


On Tue, Aug 28, 2018 at 12:24:54PM +0530, Mukesh Ojha wrote:
> When notifiers were there, we were using `skip_onerr` to avoid
> calling particular step startup/teardown callback in CPU up/down
> rollback path, which made the hotplug a bit asymmetric.
>
> As notifiers are gone now after state machine introduction. So,
> `skip_onerr` field is no longer valid.
>
> Remove it from the structure and its usage.

There are indeed no users left.

Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>