On 07/10/2019 10:17, Peter Zijlstra wrote: > Adding another text_poke_bp_batch() user made me realize the interface > is all sorts of wrong. The text poke vector should be internal to the > implementation. > > This then results in a trivial interface: > > text_poke_queue() - which has the 'normal' text_poke_bp() interface > text_poke_finish() - which takes no arguments and flushes any > pending text_poke()s. > > Signed-off-by: Peter Zijlstra (Intel) <[email protected]> > Reviewed-by: Masami Hiramatsu <[email protected]> > Cc: Steven Rostedt <[email protected]> > Cc: Daniel Bristot de Oliveira <[email protected]>
Reviewed-by: Daniel Bristot de Oliveira <[email protected]> Thanks! -- Daniel

