commit | 73383adfad245bb84e6d6ef7830f01048fcfc217 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Fri Sep 28 15:40:43 2018 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Mon Oct 01 14:16:13 2018 -0700 |
tree | bd1c2975f84686cc1f5cbbddceddd080fcfdf4e9 | |
parent | 783f4a4408e1251d17f333ad56abac24dde988b9 [diff] |
nvmet: don't split large I/Os unconditionally If we know that the I/O size exceeds our inline bio vec, no point using it and split the rest to begin with. We could in theory reuse the inline bio and only allocate the bio_vec, but its really not worth optimizing for. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>