projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09df6a7
)
Revert "block: release rq qos structures for queue without disk"
author
Ming Lei
<ming.lei@redhat.com>
Tue, 26 Apr 2022 02:49:36 +0000
(10:49 +0800)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 2 May 2022 16:06:40 +0000
(10:06 -0600)
This reverts commit
daaca3522a8e67c46e39ef09c1d542e866f85f3b
.
Commit
daaca3522a8e
("block: release rq qos structures for queue without
disk") is only needed for v5.15~v5.17, and isn't needed for v5.18, so
revert it.
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link:
https://lore.kernel.org/r/20220426024936.3321341-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
patch
|
blob
|
history
diff --git
a/block/blk-core.c
b/block/blk-core.c
index
937bb6b
..
bc05067
100644
(file)
--- a/
block/blk-core.c
+++ b/
block/blk-core.c
@@
-50,7
+50,6
@@
#include "blk-pm.h"
#include "blk-cgroup.h"
#include "blk-throttle.h"
-#include "blk-rq-qos.h"
struct dentry *blk_debugfs_root;
@@
-315,9
+314,6
@@
void blk_cleanup_queue(struct request_queue *q)
*/
blk_freeze_queue(q);
- /* cleanup rq qos structures for queue without disk */
- rq_qos_exit(q);
-
blk_queue_flag_set(QUEUE_FLAG_DEAD, q);
blk_sync_queue(q);