On Tue, Jan 05, 2021 at 01:39:54PM +0100, Jan Beulich wrote: > Both call sites clear the flag after a successfull call to > update_entry(). This can be simplified by moving the clearing into the > function, onto its success path. > > As a result of neither caller caring about update_entry()'s return value > anymore, the function gets switched to return void. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.