From: Paul E. McKenney Date: Sat, 7 Jan 2012 00:59:51 +0000 (-0800) Subject: s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update() X-Git-Tag: v3.4-rc1~194^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc399d6e6ed8615007110f5e438886ffd236760e;p=pandora-kernel.git s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update() The call_rcu() in unregister_external_interrupt() invokes ext_int_hash_update(), which just does a kfree(). Convert the call_rcu() to kfree_rcu(), allowing ext_int_hash_update() to be eliminated. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Cc: Martin Schwidefsky Cc: Heiko Carstens --- Reading git-diff-tree failed