commit | cd931ee62fd0258fc85c76a7c5499fe85e0f3436 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jan 16 17:11:54 2012 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Jan 18 08:35:57 2012 +0000 |
tree | 3e98ce1d1fc20b0782dee6eea01e6db295d12503 | |
parent | c1ce4bd56f2846de55043374598fd929ad3b711b [diff] |
iscsi-target: Fix double list_add with iscsit_alloc_buffs reject This patch fixes a bug where the iscsit_add_reject_from_cmd() call from a failure to iscsit_alloc_buffs() was incorrectly passing add_to_conn=1 and causing a double list_add after iscsi_cmd->i_list had already been added in iscsit_handle_scsi_cmd(). Cc: <stable@vger.kernel.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>