workqueue: fix uninitialized mutex
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Oct 2014 18:54:33 +0000 (14:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Oct 2014 18:54:33 +0000 (14:54 -0400)
commit8313fa62c9045e03a3a6a38a10311e6105b69f53
treed84ed83cac99fd8a88d8814c262c9404185090dd
parenta649215929e3af5a0dd26d9fc5bb9ed49e677773
workqueue: fix uninitialized mutex

Also, tmp_head don't need to hold space for a lock, since only the local
thread is touching it.

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