From ab31727bcd8c9af4d2d0723fac3be793a7a67f24 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Jun 2015 15:46:30 +0000 Subject: [PATCH] Merge r6010 from 3.0.x-iser branch git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6254 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/isert-scst/isert_login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/isert-scst/isert_login.c b/iscsi-scst/kernel/isert-scst/isert_login.c index a8dd27a58..5ad9ba18a 100644 --- a/iscsi-scst/kernel/isert-scst/isert_login.c +++ b/iscsi-scst/kernel/isert-scst/isert_login.c @@ -74,7 +74,7 @@ static struct isert_conn_dev *get_available_dev(struct isert_listener_dev *dev, res->occupied = 1; res->conn = conn; isert_set_priv(conn, res); - list_add(&res->conn_list_entry, &dev->new_conn_list); + list_add_tail(&res->conn_list_entry, &dev->new_conn_list); break; } }