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

2018-08-28 Thread Peter Zijlstra
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 machi

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

2018-08-27 Thread Mukesh Ojha
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