From: SeongJae Park <sj38.park@xxxxxxxxx> A sentence is missing '()' for 'rcu_dereference()'. Add it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/rcuusage.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/rcuusage.tex b/defer/rcuusage.tex index ba13bd96..1dc4c2ca 100644 --- a/defer/rcuusage.tex +++ b/defer/rcuusage.tex @@ -645,7 +645,7 @@ It is important to note that \co{SLAB_TYPESAFE_BY_RCU} will prevent \co{kmem_cache_alloc()} from immediately reallocating memory that was just now freed via \co{kmem_cache_free()}! In fact, the \co{SLAB_TYPESAFE_BY_RCU}-protected data structure -just returned by \co{rcu_dereference} might be freed and reallocated +just returned by \co{rcu_dereference()} might be freed and reallocated an arbitrarily large number of times, even when under the protection of \co{rcu_read_lock()}. Instead, \co{SLAB_TYPESAFE_BY_RCU} operates by preventing -- 2.17.1