commit | ee92efe41cf358f4b99e73509f2bfd4733609f26 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Mon Sep 17 18:10:05 2018 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Sep 19 15:28:24 2018 -0600 |
tree | a8187ceaf1414fbe76be49d56134c2e1ef3a0055 | |
parent | 5fe23f262e0548ca7f19fb79f89059a60d087d22 [diff] |
IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop Use different loop variables for the inner and outer loop. This avoids that an infinite loop occurs if there are more RDMA channels than target->req_ring_size. Fixes: d92c0da71a35 ("IB/srp: Add multichannel support") Cc: <stable@vger.kernel.org> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>