diff options
author | Michael S. Tsirkin | 2021-10-24 09:41:40 -0400 |
---|---|---|
committer | Michael S. Tsirkin | 2021-11-01 05:26:48 -0400 |
commit | ead65f76958258c4c349c6a2b9577d80cc23133f (patch) | |
tree | b39b6eabeedaf3cd0f657414b396b5a3fd5a9890 /Kconfig | |
parent | dcce162559ee1ce5f64992c4c65197f9270e3d4f (diff) |
virtio_blk: allow 0 as num_request_queues
The default value is 0 meaning "no limit". However if 0
is specified on the command line it is instead silently
converted to 1. Further, the value is already validated
at point of use, there's no point in duplicating code
validating the value when it is set.
Simplify the code while making the behaviour more consistent
by using plain module_param.
Fixes: 1a662cf6cb9a ("virtio-blk: add num_request_queues module parameter")
Cc: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions