From: Mathieu Desnoyers Date: Fri, 7 Jun 2013 20:46:02 +0000 (-0400) Subject: rcuja: add duplicate at end of list X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=inline;h=28fd1038095007b48a9f81ee13cadcdff62853ef;hp=28fd1038095007b48a9f81ee13cadcdff62853ef;p=userspace-rcu.git rcuja: add duplicate at end of list Add duplicate nodes at end of list to provide key existance guarantee to RCU traversals performed concurrently during a succession of add followed by delete of the same key. Signed-off-by: Mathieu Desnoyers ---