block: fix arg type in blk_mq_update_nr_hw_queues#942
Conversation
|
Upstream branch: 979c294 |
a7bb5c5 to
5e41a3b
Compare
|
Upstream branch: acb7500 |
f05a4f1 to
0be9a51
Compare
5e41a3b to
c3a084b
Compare
|
Upstream branch: 9716c08 |
0be9a51 to
cda7080
Compare
c3a084b to
5f78e5d
Compare
|
Upstream branch: 2a2974b |
cda7080 to
f809f44
Compare
5f78e5d to
e48f9db
Compare
|
Upstream branch: 062871f |
f809f44 to
818aff9
Compare
199644a to
e6d9eb8
Compare
|
Upstream branch: 66affa3 |
818aff9 to
d8d5824
Compare
e6d9eb8 to
7d8604f
Compare
|
Upstream branch: bade58e |
d8d5824 to
f1cb271
Compare
7d8604f to
4cc45a3
Compare
|
Upstream branch: 4edcdef |
f1cb271 to
d8fb5a3
Compare
4cc45a3 to
90ffd56
Compare
The type of the argument `nr_hw_queues` in the function `blk_mq_update_nr_hw_queues` is a signed integer. This is wrong, considering the field `nr_hw_queues` of `struct blk_mq_tag_set` is unsigned. Thus, change the type of the parameter to unsigned. Cascade the change to downstream functions. Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
|
Upstream branch: dc59e4f |
d8fb5a3 to
68d705a
Compare
Pull request for series with
subject: block: fix arg type in
blk_mq_update_nr_hw_queuesversion: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1107587