On 04/09/2024 2:27 pm, Jan Beulich wrote: > Let's make explicit what the compiler may or may not do on our behalf: > The 2nd of the recursive invocations each can fall through rather than > re-invoking the function. This will save us from adding yet another > parameter (or more) to the function, just for the recursive invocations. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>