From: Mathieu Desnoyers Date: Thu, 11 Oct 2012 15:27:37 +0000 (-0400) Subject: wfcqueue: update credits in patch documentation X-Git-Tag: v0.8.0~199 X-Git-Url: http://git.lttng.org/?p=userspace-rcu.git;a=commitdiff_plain;h=ebfd2673f1ec2892bd3de86cd8bedc95ecf2a24e wfcqueue: update credits in patch documentation Give credits to those responsible for the design and implementation of commit 8ad4ce587f001ae026d5560ac509c2e48986130b, "wfcqueue: implement concurrency-efficient queue", which happened through rounds of email and patch exchanges. Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/static/wfcqueue.h b/urcu/static/wfcqueue.h index 944ee88..2c8c447 100644 --- a/urcu/static/wfcqueue.h +++ b/urcu/static/wfcqueue.h @@ -41,8 +41,10 @@ extern "C" { /* * Concurrent queue with wait-free enqueue/blocking dequeue. * - * Inspired from half-wait-free/half-blocking queue implementation done by - * Paul E. McKenney. + * This queue has been designed and implemented collaboratively by + * Mathieu Desnoyers and Lai Jiangshan. Inspired from + * half-wait-free/half-blocking queue implementation done by Paul E. + * McKenney. * * Mutual exclusion of __cds_wfcq_* API * diff --git a/urcu/wfcqueue.h b/urcu/wfcqueue.h index 501120b..b13aa7b 100644 --- a/urcu/wfcqueue.h +++ b/urcu/wfcqueue.h @@ -37,8 +37,10 @@ extern "C" { /* * Concurrent queue with wait-free enqueue/blocking dequeue. * - * Inspired from half-wait-free/half-blocking queue implementation done by - * Paul E. McKenney. + * This queue has been designed and implemented collaboratively by + * Mathieu Desnoyers and Lai Jiangshan. Inspired from + * half-wait-free/half-blocking queue implementation done by Paul E. + * McKenney. */ struct cds_wfcq_node {