Re: [PATCH] 2.5 current bk fix setting scsi queue depths

James Bottomley (James.Bottomley@steeleye.com)
Wed, 30 Oct 2002 11:17:52 -0600


patmans@us.ibm.com said:
> This patch fixes a problem with the current linus bk tree setting scsi
> queue depths to 1. Please apply.

This patch causes the depth specification to be retained when we release
commandblocks. Since releasing command blocks is supposed only to be done
when we give up the device (and therefore, is supposed to clear everything),
your fix looks like it's merely masking a problem, not fixing it.

Is the real problem that this controller is getting a release command blocks
and then a reallocate of them after slave_attach is called? If so, that's
probably what needs to be fixed.

James

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/