commit | 387e96c05299ca7a0ade874f343f91f0b01086a0 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Aug 08 14:06:44 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Aug 22 19:26:19 2011 +0000 |
tree | 308be01da85fb7bf9466d8a2968db173905485ec | |
parent | c2337c709102b343bd917ae00c79b266fb15b871 [diff] |
iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn() This patch fixes a forever loop bug in iscsit_attach_ooo_cmdsn() while walking sess->sess_ooo_cmdsn_list when the received CmdSN is less than the tail of the list. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>