Commit 6e30c54
s390/qdio: remove checks for ccw device internal state
Prior to starting IO qdio checks for the internal state of the ccw
device. These checks happen without locking, so consistency between
state evaluation and starting of the IO is not guaranteed.
Since the internal state is checked during ccw_device_start it is
safe to get rid of these additional checks.
Signed-off-by: Sebastian Ott <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>1 parent ddebf66 commit 6e30c54
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | | - | |
1356 | | - | |
1357 | | - | |
1358 | 1355 | | |
1359 | 1356 | | |
1360 | 1357 | | |
| |||
1425 | 1422 | | |
1426 | 1423 | | |
1427 | 1424 | | |
1428 | | - | |
1429 | | - | |
1430 | | - | |
1431 | 1425 | | |
1432 | 1426 | | |
1433 | 1427 | | |
| |||
0 commit comments