commit | 483178f38cbe55a0b1854a93ceef715a0fc2ef9f | [log] [tgz] |
---|---|---|
author | Minwoo Im <minwoo.im.dev@gmail.com> | Sun Jun 09 03:02:18 2019 +0900 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jun 21 11:08:38 2019 +0200 |
tree | d61ceccc99443f4a62bdeb8cf41232fcd59753b6 | |
parent | a232ea0ebffeaab48ec24cf795dcb07280a55ea1 [diff] |
nvme-pci: remove queue_count_ops for write_queues and poll_queues queue_count_set() seems like that it has been provided to limit the number of queue entries for write/poll queues. But, the queue_count_set() has been doing nothing but a parameter check even it has num_possible_cpus() which is nop. This patch removes entire queue_count_ops from the write_queues and poll_queues. Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de>