summaryrefslogtreecommitdiffstats
path: root/drivers/virtio
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2021-10-24 15:41:40 +0200
committerMichael S. Tsirkin <mst@redhat.com>2021-11-01 10:26:48 +0100
commitead65f76958258c4c349c6a2b9577d80cc23133f (patch)
treeb39b6eabeedaf3cd0f657414b396b5a3fd5a9890 /drivers/virtio
parenti2c: virtio: Add support for zero-length requests (diff)
downloadlinux-ead65f76958258c4c349c6a2b9577d80cc23133f.tar.xz
linux-ead65f76958258c4c349c6a2b9577d80cc23133f.zip
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 'drivers/virtio')
0 files changed, 0 insertions, 0 deletions