workqueue: fix uninitialized next pointer
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Oct 2014 21:18:54 +0000 (17:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Oct 2014 21:18:54 +0000 (17:18 -0400)
commitdb9916c6618c4da50d5f2779af1640cab1ebcfed
tree0dd19876aa23962ae9f70ee5c85e2755277c9d50
parent8313fa62c9045e03a3a6a38a10311e6105b69f53
workqueue: fix uninitialized next pointer

We use this next pointer to check if the worker in in the wait queue or
not. Therefore, we need to initialize it to NULL.

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