Target/iser: Fix wrong connection requests list addition
authorSagi Grimberg <sagig@mellanox.com>
Tue, 29 Apr 2014 10:13:44 +0000 (13:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jun 2014 17:28:24 +0000 (10:28 -0700)
commitc4ee9c7a44d386c9bb88589a39c0cc30fd5526b0
tree92ac43dbf25d86a5f1935c03083786014f5348d1
parentde162a48287592f93d3cc3a3af5a130d1fd648c7
Target/iser: Fix wrong connection requests list addition

commit 9fe63c88b1d59f1ce054d6948ccd3096496ecedb upstream.

Should be adding list_add_tail($new, $head) and not
the other way around.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/ulp/isert/ib_isert.c