On 19/02/2025 10:01 am, Jan Beulich wrote: > struct mc_telem_cpu_ctl's processing field is used solely in > mctelem_process_deferred(), where the local variable can as well be used > directly when retrieving the head of the list to process. This then also > eliminates the field holding a dangling pointer once the processing of > the list finished, in particular when the entry is handed to > mctelem_dismiss(). > > No functional change intended. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>