On Mon, Mar 29, 2021 at 05:15:02PM -0400, Boris Ostrovsky wrote:
> Make both create_periodic_time() and pt_adjust_vcpu() call
> write_{un}lock with similar arguments.
>
Might be worth adding that this is not a functional change?
> Requested-by: Jan Beulich <[email protected]>
> Signed-off-by: Boris Ostrovsky <[email protected]>
Either way:
Reviewed-by: Roger Pau Monné <[email protected]>
> ---
> New patch.
>
> I ended up doing what Jan asked --- create_periodic_time() is also using
> different
> start pointers in lock() and unlock().
Hm, I'm not sure I'm following, create_periodic_time uses 'v' in both
write_{un}lock calls, which doesn't change across the function.
Thanks, Roger.