commit | 932f0549f872cde022eed200910ee3291b1d3c69 | [log] [tgz] |
---|---|---|
author | Stefan Haberland <stefan.haberland@de.ibm.com> | Mon Nov 24 10:59:44 2014 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 28 09:47:36 2014 +0100 |
tree | 0dcb57d16b8fcb88a1af654cad25fa3da364abc7 | |
parent | 2c17124bf33f0d9450375610ff79ad83531b5bfe [diff] |
s390/dasd: fix list corruption for sleep_on requests Fix race for sleep_on requests leading to list corruption. The SLEEP_ON_END_TAG is set during CQR clean up. Remove it from interrupt handler to avoid the CQR from being cleared when it is still in the device_queue. Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>