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 20:25:38 +0000 (13:25 -0700)
commit5de94f8f4acfce3ff79592cb1d6c58ae6c0b420e
treea54c3159a1af33cf3eaf4affc3987f12eeb89813
parentd0e845f6565ceed9ff36b95ac68cf705b97a5844
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