commit | ecad0d2cb8a7997afdc95031ee3328b997aba5c4 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Mon Oct 23 15:11:36 2017 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 27 09:25:35 2017 +0300 |
tree | a809ea31985d99ddcae69501a750eabe9230cbaf | |
parent | 56d5f4f108efd4e439d2320738e2b894af0920bb [diff] |
nvme-fc: remove NVME_FC_MAX_SEGMENTS The define is an arbitrary limit to the io size on the initiator, capping the io to 1MB-4KB. Remove the define from the transport. I/O size will solely be limited by the LLDD sg limits. Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de>