Re: Query on skip_onerr field in struct cpuhp_step

2018-08-25 Thread Thomas Gleixner
On Tue, 21 Aug 2018, Mukesh Ojha wrote: > On 8/21/2018 7:27 PM, Thomas Gleixner wrote: > > > If it is specifically was dependent on notifiers, did we missed to remove > > > it as the notifiers are gone or the usecase still there? > > As the comment says > > Thanks for your reply > Sorry, for f

Re: Query on skip_onerr field in struct cpuhp_step

2018-08-21 Thread Mukesh Ojha
On 8/21/2018 7:27 PM, Thomas Gleixner wrote: On Tue, 21 Aug 2018, Mukesh Ojha wrote: Hi All, This is about one of field in struct cpuhp_step * @skip_onerr: Do not invoke the functions on error rollback  *  Will go away once the notifiers are gone     bool  

Re: Query on skip_onerr field in struct cpuhp_step

2018-08-21 Thread Thomas Gleixner
On Tue, 21 Aug 2018, Mukesh Ojha wrote: > Hi All, > > This is about one of field in struct cpuhp_step > > * @skip_onerr: Do not invoke the functions on error rollback >  *  Will go away once the notifiers are gone >     bool    skip_onerr; > > Why this field was i

Query on skip_onerr field in struct cpuhp_step

2018-08-21 Thread Mukesh Ojha
Hi All, This is about one of field in struct cpuhp_step * @skip_onerr: Do not invoke the functions on error rollback  *  Will go away once the notifiers are gone     bool    skip_onerr; Why this field was introduced, can anyone explain the history behind ? As i