1 Oct 2002 01:28
Re: [PATCH] first cut at fixing unable to requeue with no outstanding commands
Mike Anderson <andmike <at> us.ibm.com>
2002-09-30 23:28:11 GMT
2002-09-30 23:28:11 GMT
James Bottomley [James.Bottomley <at> steeleye.com] wrote:
> + if(SHpnt->host_busy == 0 && SHpnt->host_blocked) {
> + /* unblock after host_blocked iterates to zero */
> + if(--SHpnt-≥host_blocked == 0) {
> + printk("scsi%d unblocking host at zero depth\n", SHpnt->host_no);
> + } else {
> + blk_plug_device(q);
> + break;
> + }
> + }
> +
Are we guaranteed that blk_run_queues will be called for all types of
I/O?
-andmike
--
Michael Anderson
andmike <at> us.ibm.com
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed