Skip to content
Commit 43239cbe authored by Christian Borntraeger's avatar Christian Borntraeger
Browse files

kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)



Feedback has shown that WRITE_ONCE(x, val) is easier to use than
ASSIGN_ONCE(val,x).
There are no in-tree users yet, so lets change it for 3.19.

Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Acked-by: default avatarPeter Zijlstra <peterz@infradead.org>
Acked-by: default avatarDavidlohr Bueso <dave@stgolabs.net>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent eaa27f34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment