]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Target/iser: Fix wrong connection requests list addition
authorSagi Grimberg <sagig@mellanox.com>
Tue, 29 Apr 2014 10:13:44 +0000 (13:13 +0300)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 16 May 2014 00:09:10 +0000 (17:09 -0700)
commit9fe63c88b1d59f1ce054d6948ccd3096496ecedb
tree11a86ea02ea5b8cbe72d96d30ae42c3567d66d25
parent448ba904160f9d8f69217c28a1692cee5afbff88
Target/iser: Fix wrong connection requests list addition

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

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Cc: stable@vger.kernel.org # 3.10+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/infiniband/ulp/isert/ib_isert.c