Files
ubports_kernel_google_msm/include
Mike Christie 3219e52941 [SCSI] iscsi: fix writepsace race
We can race and misset the suspend bit if iscsi_write_space is
called then iscsi_send returns with a failure indicating
there is no space.

To handle this this patch returns a error upwards allowing xmitworker
to decide if we need to try and transmit again. For the no
write space case xmitworker will not retry, and instead
let iscsi_write_space queue it back up if needed (this relies
on the work queue code to properly requeue us if needed).

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-06-05 19:12:25 -04:00
..
2006-04-11 06:18:40 -07:00
2006-03-31 12:19:01 -08:00
2006-04-11 06:18:39 -07:00
2006-04-11 06:18:54 -07:00
2006-04-10 09:43:47 -07:00
2006-06-05 19:12:25 -04:00