Searched hist:b6c395ed0387c824ddf125d3b74b576a2575c149 (Results 1 – 3 of 3) sorted by relevance
/linux/include/scsi/ |
H A D | libiscsi.h | diff b6c395ed0387c824ddf125d3b74b576a2575c149 Mon Jul 24 22:47:15 CEST 2006 Mike Christie <michaelc@cs.wisc.edu> [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>
|
/linux/drivers/scsi/ |
H A D | iscsi_tcp.c | diff b6c395ed0387c824ddf125d3b74b576a2575c149 Mon Jul 24 22:47:15 CEST 2006 Mike Christie <michaelc@cs.wisc.edu> [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>
|
H A D | libiscsi.c | diff b6c395ed0387c824ddf125d3b74b576a2575c149 Mon Jul 24 22:47:15 CEST 2006 Mike Christie <michaelc@cs.wisc.edu> [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>
|