| commit | dc8809d42a483804eae2487d5993b24c5223ca1e | [log] [tgz] |
|---|---|---|
| author | Alexey Kodanev <alexey.kodanev@oracle.com> | Sat Mar 07 03:06:53 2015 +0300 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Mar 07 09:58:48 2015 -0800 |
| tree | d0e3415804d95147ef71d022b1763ea43b4a6faa | |
| parent | 36f0034afe9c57b8ec71261433383c35d91dd084 [diff] |
kernel/locking/locktorture: fix deadlock in 'rw_lock_irq' type torture_rwlock_read_unlock_irq() must use read_unlock_irqrestore() instead of write_unlock_irqrestore(). Use read_unlock_irqrestore() instead of write_unlock_irqrestore(). Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>