RE: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-09 Thread KY Srinivasan
h...@infradead.org; linux- > s...@vger.kernel.org; sta...@vger.kernel.org > Subject: Re: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit > packets in > the RESET path > > On Mon, 2012-10-08 at 15:51 +, KY Srinivasan wrote: > > > > > -Original

Re: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-09 Thread James Bottomley
e...@linuxdriverproject.org; oher...@suse.com; jbottom...@parallels.com; > > h...@infradead.org; linux-scsi@vger.kernel.org > > Cc: KY Srinivasan; sta...@vger.kernel.org > > Subject: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets > > in the > > RESET pat

RE: [PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-08 Thread KY Srinivasan
ad.org; linux-scsi@vger.kernel.org > Cc: KY Srinivasan; sta...@vger.kernel.org > Subject: [PATCH 1/1] Drivers: 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 o

[PATCH 1/1] Drivers: scsi: storvsc: Account for in-transit packets in the RESET path

2012-10-02 Thread K. Y. Srinivasan
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. Currentl