commit | 505d6421bd520c42dd6141aaeff91605e148583f | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <[email protected]> | Sat Mar 16 00:50:49 2013 +0800 |
committer | Paul E. McKenney <[email protected]> | Mon Jun 10 13:45:26 2013 -0700 |
tree | 5d7213de384ea22b41ad0a357c9cd094a774150a | |
parent | 99f88919f8fa8a8b01b5306c59c9977b94604df8 [diff] |
powerpc,kvm: fix imbalance srcu_read_[un]lock() At the point of up_out label in kvmppc_hv_setup_htab_rma(), srcu read lock is still held. We have to release it before return. Signed-off-by: Lai Jiangshan <[email protected]> Cc: Marcelo Tosatti <[email protected]> Cc: Gleb Natapov <[email protected]> Cc: Alexander Graf <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Paul E. McKenney <[email protected]> Reviewed-by: Josh Triplett <[email protected]>