workqueue: preserve FIFO work order
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Oct 2014 12:32:43 +0000 (08:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Oct 2014 12:32:43 +0000 (08:32 -0400)
commite10c65b3279d1868a7ef83588bb91dd46cfe428a
tree90b319d6d08afaeab5b25749e63f52e3f0777c2c
parent5d30bf32449dc69a9961dbf44147c930ebe756f5
workqueue: preserve FIFO work order

Never merge work from a sibling into a non-empty worker queue, because
doing so does not keep FIFO ordering of the work.

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