commit | 5adabdd122e471fe978d49471624bab08b5373a7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 24 19:24:05 2016 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Mar 10 21:48:44 2016 -0800 |
tree | 83ae3d0ff9c3263ad1c347419800397d7ed5ccff | |
parent | ed1083b251f0ed992e90739994c31cffa597abfa [diff] |
iser-target: Split and properly type the login buffer The login receive buffer is used as a iser_rx_desc, so type it as such in struct isert_conn and allocate the exactly right space for it. The TX buffer is moved to a separate variable and properly sized as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>