commit | b6c395ed0387c824ddf125d3b74b576a2575c149 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Mon Jul 24 15:47:15 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Fri Jul 28 11:47:40 2006 -0500 |
tree | 76ca5cd982063335088384622e5033401bbc5057 | |
parent | d82967c70658a408ea6cae5dc989ba8b2c0999e1 [diff] |
[SCSI] iscsi bugfixes: fix r2t handling The iscsi tcp code can pluck multiple rt2s from the tasks's r2tqueue in the xmit code. This can result in the task being queued on the xmit queue but gettting completed at the same time. This patch fixes the above bug by making the fifo a list so we always remove the entry on the list del. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>