commit | 0dc9edaf80ea3c48231d94cd482355699d453888 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Thu Jan 14 13:15:26 2021 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Tue Feb 02 10:26:11 2021 +0100 |
tree | bdb92c34a0ea01858327ab74be5c7b8da4dc6100 | |
parent | 60141aa08c08a43f3d22626b3a2532106a90a191 [diff] |
nvme-tcp: pass multipage bvec to request iov_iter iov_iter uses the right helpers so we should be able to pass in a multipage bvec. Right now the iov_iter is initialized with more segments that it needs which doesn't fail because the iov_iter is capped by byte count, but it is better to use a full multipage bvec iter. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>