diff options
| author | Niklas Schnelle <[email protected]> | 2020-11-12 09:23:01 +0100 |
|---|---|---|
| committer | Christoph Hellwig <[email protected]> | 2020-12-01 20:36:36 +0100 |
| commit | ff4e5fbad06f762b8551da56e8fd64ad14c8aa3e (patch) | |
| tree | 3cb909fafbf6ded41cdf64573c217462482e3359 /tools/perf/scripts/python | |
| parent | dab3902b19a0dd1668d0cc3e8e4b976b1ee8638c (diff) | |
nvme-pci: drop min() from nr_io_queues assignment
in nvme_setup_io_queues() the number of I/O queues is set to either 1 in
case of a quirky Apple device or to the min of nvme_max_io_queues() or
dev->nr_allocated_queues - 1.
This is unnecessarily complicated as dev->nr_allocated_queues is only
assigned once and is nvme_max_io_queues() + 1.
Signed-off-by: Niklas Schnelle <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions