Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334144
b: refs/heads/master
c: 5c1b10a
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and James Bottomley committed Oct 9, 2012
1 parent 8d38088 commit 65a8a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f24b5cb818c6789e5d42d4881f34238a5fa0b40c
refs/heads/master: 5c1b10ab7f93d24f29b5630286e323d1c5802d5c
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,12 @@ static int storvsc_host_reset_handler(struct scsi_cmnd *scmnd)
/*
* At this point, all outstanding requests in the adapter
* should have been flushed out and return to us
* There is a potential race here where the host may be in
* the process of responding when we return from here.
* Just wait for all in-transit packets to be accounted for
* before we return from here.
*/
storvsc_wait_to_drain(stor_device);

return SUCCESS;
}
Expand Down

0 comments on commit 65a8a0b

Please sign in to comment.