]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: remove the inline scatterlist optimization
authorChristoph Hellwig <hch@lst.de>
Tue, 5 Mar 2019 12:46:58 +0000 (05:46 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 5 Apr 2019 06:07:58 +0000 (08:07 +0200)
commit7cd80619ef0b3d127e5473a093234348c42fd2f4
tree2fe4bce6cf433961841611c0d882d32733e55ada
parent2dd9ca36acc8d8bd31a492db01adce3ed6b898d8
nvme-pci: remove the inline scatterlist optimization

We'll have a better way to optimize for small I/O that doesn't
require it soon, so remove the existing inline_sg case to make that
optimization easier to implement.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
drivers/nvme/host/pci.c