From: Jesper Dangaard Brouer Date: Sun, 29 Mar 2009 23:03:01 +0000 (+0000) Subject: Doc: Fix wrong API example usage of call_rcu(). X-Git-Tag: v2.6.30-rc1~236^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3943ac5d99ec024f97442e5f3def1034bb0b1bb0;p=pandora-kernel.git Doc: Fix wrong API example usage of call_rcu(). At some point the API of call_rcu() changed from three parameters to two parameters, correct the documentation. One confusing thing in RCU/listRCU.txt, which is NOT fixed in this patch, is that no reason or explaination is given for using call_rcu() instead of the normal synchronize_rcu() call. Reviewed-by: Paul E. McKenney Signed-off-by: Jesper Dangaard Brouer Signed-off-by: David S. Miller --- Reading git-diff-tree failed