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)
commitd43f1ccfad053dbefba1d15443cdc36ca60958f0
tree2fe4bce6cf433961841611c0d882d32733e55ada
parent4aedb705437f6f98b45f45c394e6803ca67abd33
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