s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update()
authorPaul E. McKenney <paul.mckenney@linaro.org>
Sat, 7 Jan 2012 00:59:51 +0000 (16:59 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Feb 2012 17:03:27 +0000 (09:03 -0800)
commitbc399d6e6ed8615007110f5e438886ffd236760e
treef1ed750763453e0dfbe80b4d40b09338559aeb4e
parent5c8806a037ad4f53259146060b32600566475e29
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 <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/kernel/irq.c