workqueue: use int type for shutdown load/store
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Oct 2014 11:10:42 +0000 (07:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Oct 2014 11:10:42 +0000 (07:10 -0400)
commitb19099feed421e7f4c97b207f0f7779c5eae5b52
tree1708c45bfff3e9d25b1ad0e176dd099a1a93fc8b
parent2e1ced1f1ec38b5c9e85fe407a6e8390b9ac6416
workqueue: use int type for shutdown load/store

"bool" could end up being tricky if other fields are added in the same
structure (updating other fields without lock).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/workqueue-fifo.h
This page took 0.024425 seconds and 4 git commands to generate.