[RFC] change non-atomic bitops method
From: dhowells@redhat.com (David Howells)
Date: 2015-02-03 15:15:43
Also in:
linux-arch, lkml
From: dhowells@redhat.com (David Howells)
Date: 2015-02-03 15:15:43
Also in:
linux-arch, lkml
Uwe Kleine-K?nig wrote:
Might be a matter of taste, but this check is equivalent to *p != (*p | mask) which is what you really want to test for.
I would argue that this is less clear as to what's going on. David