nvmet-loop: use blk_rq_payload_bytes for sgl selection
authorChristoph Hellwig <[email protected]>
Thu, 22 Feb 2018 15:24:10 +0000 (07:24 -0800)
committerKeith Busch <[email protected]>
Thu, 22 Feb 2018 08:45:34 +0000 (01:45 -0700)
commit796b0b8d8dea191d9f64e0be8ab58d8f3586bcde
tree4b4b613090424bade84d393a61caff75cdd9d938
parent0d30992395b1ed0e006960de1651b44cd51be791
nvmet-loop: use blk_rq_payload_bytes for sgl selection

blk_rq_bytes does the wrong thing for special payloads like discards and
might cause the driver to not set up a SGL.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
drivers/nvme/target/loop.c