Bugzilla – Attachment 113426 Details for
Bug 231088
Resume after suspend to disk fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
libata-fix-port-EH-action-in-dev-action-mask
patch (text/plain), 571 bytes, created by
Tejun Heo
on 2007-01-17 16:50:19 UTC
(
hide
)
Description:
libata-fix-port-EH-action-in-dev-action-mask
Filename:
MIME Type:
Creator:
Tejun Heo
Created:
2007-01-17 16:50:19 UTC
Size:
571 bytes
patch
obsolete
>diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c >index 08ad44b..56cf59b 100644 >--- a/drivers/ata/libata-eh.c >+++ b/drivers/ata/libata-eh.c >@@ -1979,6 +1979,10 @@ static int ata_eh_recover(struct ata_port *ap, ata_prereset_fn_t prereset, > > ehc->tries[dev->devno] = ATA_EH_DEV_TRIES; > >+ /* collect port action mask recorded in dev actions */ >+ ehc->i.action |= ehc->i.dev_action[i] & ~ATA_EH_PERDEV_MASK; >+ ehc->i.dev_action[i] &= ATA_EH_PERDEV_MASK; >+ > /* process hotplug request */ > if (dev->flags & ATA_DFLAG_DETACH) > ata_eh_detach_dev(dev);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 231088
:
111197
|
111198
|
113021
|
113022
|
113081
|
113103
|
113123
|
113274
|
113341
| 113426