X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfstack.h;h=f6739528a650b2bf8c9bb8d41a35dc400a02c16f;hp=ad83dbe771cd09adf33bf7446c102cecb24666c6;hb=7618919ae496bda84a2efa4f2ad0abe569892a9e;hpb=4a0b347ad068737b5ab0565cd4506f2f3b21e1f2 diff --git a/urcu/rculfstack.h b/urcu/rculfstack.h index ad83dbe..f673952 100644 --- a/urcu/rculfstack.h +++ b/urcu/rculfstack.h @@ -71,7 +71,7 @@ extern void cds_lfs_init_rcu(struct cds_lfs_stack_rcu *s); extern void cds_lfs_push_rcu(struct cds_lfs_stack_rcu *s, struct cds_lfs_node_rcu *node); /* - * Should be called under rcu read lock critical section. + * Acts as a RCU reader. * * The caller must wait for a grace period to pass before freeing the returned * node or modifying the cds_lfs_node_rcu structure.