Doc: Fix wrong API example usage of call_rcu().
authorJesper Dangaard Brouer <hawk@comx.dk>
Sun, 29 Mar 2009 23:03:01 +0000 (23:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 08:33:50 +0000 (01:33 -0700)
commit3943ac5d99ec024f97442e5f3def1034bb0b1bb0
treed3167de5bbe5d566f58f951381f2cbcde28cde90
parent9ba30d74446dd0629d797ecd038379725d351bc6
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 <paulmck@linux.vnet.ibm.com>
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/RCU/listRCU.txt