commit | c005390374957baacbc38eef96ea360559510aa7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Aug 17 12:24:47 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Aug 18 08:08:14 2017 -0600 |
tree | 6055f163f22d993bcf03ed965510a45a8d28745b | |
parent | 6caa0503c43d65de92309b967b5b1aa289af303b [diff] |
blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL While pci_irq_get_affinity should never fail for SMP kernel that implement the affinity mapping, it will always return NULL in the UP case, so provide a fallback mapping of all queues to CPU 0 in that case. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: stable@vger.kernel.org Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>