From: K. Y. Srinivasan Date: Tue, 2 Oct 2012 18:03:31 +0000 (-0700) Subject: [SCSI] storvsc: Account for in-transit packets in the RESET path X-Git-Tag: v3.7-rc1~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c1b10ab7f93d24f29b5630286e323d1c5802d5c;p=pandora-kernel.git [SCSI] storvsc: Account for in-transit packets in the RESET path Properly account for I/O in transit before returning from the RESET call. In the absense of this patch, we could have a situation where the host may respond to a command that was issued prior to the issuance of the RESET command at some arbitrary time after responding to the RESET command. Currently, the host does not do anything with the RESET command. Signed-off-by: K. Y. Srinivasan Cc: stable@vger.kernel.org Signed-off-by: James Bottomley --- Reading git-diff-tree failed