Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116831
b: refs/heads/master
c: a568d1d
h: refs/heads/master
i:
  116829: 819baee
  116827: de0a851
  116823: d0e09c7
  116815: 88a1c22
  116799: 8d3ea71
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 23, 2008
1 parent 1664060 commit 5cf17ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 848e4c68c4695beae563f9a3d59fce596b466a74
refs/heads/master: a568d1d2e2aff4f114b087c06bfd350e945ad6cf
5 changes: 4 additions & 1 deletion trunk/drivers/ata/libata-eh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,10 @@ void ata_eh_about_to_do(struct ata_link *link, struct ata_device *dev,

ata_eh_clear_action(link, dev, ehi, action);

if (!(ehc->i.flags & ATA_EHI_QUIET))
/* About to take EH action, set RECOVERED. Ignore actions on
* slave links as master will do them again.
*/
if (!(ehc->i.flags & ATA_EHI_QUIET) && link != ap->slave_link)
ap->pflags |= ATA_PFLAG_RECOVERED;

spin_unlock_irqrestore(ap->lock, flags);
Expand Down

0 comments on commit 5cf17ee

Please sign in to comment.