On Tue, May 15, 2018 at 4:00 PM Steven Rostedt <[email protected]> wrote:
> If it is that if statement you don't like. We can get rid of it. On
> early boot, the code is called from preemptable context, it's only
> later that it is not. So we know when we can call it directly and when
> we need to have a work queue.
Oh, that looks much better to me, yes. Just doing it this way instead
removes my "ugh, that's nasty" objections.
So ack on this last version of the patch, because it doesn't scare me (or
you've worn me down ;)
Linus