From: Lai Jiangshan Date: Fri, 18 Mar 2011 04:11:07 +0000 (+0800) Subject: security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() X-Git-Tag: v3.0-rc1~392^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3acb458c32293405cf68985b7b3ac5dc0a5e7929;p=pandora-kernel.git security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() The rcu callback user_update_rcu_disposal() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(user_update_rcu_disposal). Signed-off-by: Lai Jiangshan Signed-off-by: Paul E. McKenney Acked-by: David Howells Reviewed-by: Josh Triplett --- Reading git-diff-tree failed