On Wed, Nov 14, 2018 at 11:30:19 +0000, Alex Bennée wrote: > > Emilio G. Cota <c...@braap.org> writes: > > > This allows us to queue synchronous CPU work without the BQL. > > > > Will gain a user soon. > > This is also in the cpu-lock series right?
No, in the cpu-lock series we add async_run_on_cpu_no_bql; here we add the sync version. E.