From: K. Y. Srinivasan Date: Sat, 12 Jul 2014 16:48:29 +0000 (-0700) Subject: Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb6f9e1a8c6af1037232b59edb11277471537ea;p=pandora-kernel.git Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version Based on the negotiated VMBUS protocol version, we adjust the size of the storage protocol messages. The two sizes we currently handle are pre-win8 and post-win8. In WS2012 R2, we are negotiating higher VMBUS protocol version than the win8 version. Make adjustments to correctly handle this. Signed-off-by: K. Y. Srinivasan Reviewed-by: Hannes Reinecke Cc: Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed