Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254372
b: refs/heads/master
c: 6e2802a
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed Jul 3, 2011
1 parent c7a5223 commit a9220fe
Show file tree
Hide file tree
Showing 2 changed files with 5 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: aa14510295d3d87431c915c0b2bc5dd3af7f2c35
refs/heads/master: 6e2802a7fc246b53f919efbf1c011da2d0a4ff30
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/isci/remote_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ enum sci_status isci_remote_device_stop(struct isci_host *ihost, struct isci_rem
"%s: isci_device = %p\n", __func__, idev);

isci_remote_device_change_state(idev, isci_stopping);

/* Kill all outstanding requests. */
isci_remote_device_nuke_requests(idev);

set_bit(IDEV_STOP_PENDING, &idev->flags);

spin_lock_irqsave(&ihost->scic_lock, flags);
Expand Down

0 comments on commit a9220fe

Please sign in to comment.