]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: storvsc: Always send on the selected outgoing channel
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 27 Mar 2015 07:27:16 +0000 (00:27 -0700)
committerJames Bottomley <JBottomley@Odin.com>
Thu, 9 Apr 2015 20:22:11 +0000 (13:22 -0700)
commit9e7cf7a1608e517d8b304d68961c489abc80df4f
tree64ecc55ff5ba4a2f32fbe35ae845631e439b7d96
parentdfc7977e1436e391bff9141ecf1157fc5011c6e5
scsi: storvsc: Always send on the selected outgoing channel

The current code always sent packets without data on the primary channel.
Properly distribute sending of packets with no data amongst all available
channels. I would like to thank Long Li for noticing this problem.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Long Li <longli@microsoft.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/storvsc_drv.c