Commit b3d8ce8
blk-rq-qos: remove queue frozen from rq_qos_del()
On the one hand, nest q_usage_counter under rq_qos_mutex is wrong;
On the other hand, rq_qos_del() is only called from error path of
iocost/iolatency, where queue is already frozen, hence freeze queue
here doesn't make sense.
Signed-off-by: Yu Kuai <[email protected]>
Reviewed-by: Nilay Shroff <[email protected]>1 parent 49cacf0 commit b3d8ce8
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | 350 | | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | 354 | | |
356 | 355 | | |
357 | 356 | | |
| |||
360 | 359 | | |
361 | 360 | | |
362 | 361 | | |
363 | | - | |
364 | 362 | | |
0 commit comments