Re: [PATCH 03/15] hyperv: use standard bitops

From: Roman Kagan
Date: Wed Dec 21 2016 - 08:24:42 EST


On Wed, Dec 21, 2016 at 01:00:44PM +0100, Olaf Hering wrote:
> On Tue, Dec 20, Roman Kagan wrote:
>
> Reverting commit 22356585712d ("staging: hv: use sync_bitops when
> interacting with the hypervisor") is save because .......
>
> > - sync_set_bit(channel->monitor_bit,
> > + set_bit(channel->monitor_bit,

It isn't indeed. I didn't realize there was a UP case where it made a
difference, and failed to locate the commit where it changed.

I'll drop this part, thanks.

Roman.