From: Paul E. McKenney Date: Fri, 7 Sep 2012 01:15:53 +0000 (-0400) Subject: Ensure that read-side functions meet 10-line LGPL criterion X-Git-Tag: v0.7.5~2 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=a5a9f428a238e790d6c97299bc214b5cca815cd7;hp=a5a9f428a238e790d6c97299bc214b5cca815cd7 Ensure that read-side functions meet 10-line LGPL criterion This commit ensures that all read-side functions meet the 10-line LGPL criterion that permits them to be expanded directly into non-LGPL code, without function-call instructions. It also documents this as the intent. [ paulmck: Spelling fixes called out by Josh Triplett and name change called out by Mathieu Desnoyers (_rcu_read_lock_help() -> _rcu_read_lock_update(). ] [ Mathieu Desnoyers: _rcu_read_unlock_help renamed to _rcu_read_unlock_update_and_wakeup, and spelling fix for preced -> precede. ] Signed-off-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers ---