Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 581261 Details for
Bug 813137
[xfs/xfstests 273] heavy cp workload hang
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch against upstream XFS to cause xfsaild idling
xfsaild_push_tout.patch (text/plain), 697 bytes, created by
Brian Foster
on 2012-04-30 19:03:58 UTC
(
hide
)
Description:
Patch against upstream XFS to cause xfsaild idling
Filename:
MIME Type:
Creator:
Brian Foster
Created:
2012-04-30 19:03:58 UTC
Size:
697 bytes
patch
obsolete
>diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c >index 1dead07..3151195 100644 >--- a/fs/xfs/xfs_trans_ail.c >+++ b/fs/xfs/xfs_trans_ail.c >@@ -364,7 +364,7 @@ xfsaild_push( > xfs_log_item_t *lip; > xfs_lsn_t lsn; > xfs_lsn_t target; >- long tout = 10; >+ long tout = 0; > int stuck = 0; > int count = 0; > int push_xfsbufd = 0; >@@ -508,7 +508,6 @@ out_done: > ailp->xa_last_pushed_lsn = 0; > ailp->xa_log_flush = 0; > >- tout = 50; > } else if (XFS_LSN_CMP(lsn, target) >= 0) { > /* > * We reached the target so wait a bit longer for I/O to >@@ -532,6 +531,8 @@ out_done: > */ > tout = 20; > ailp->xa_last_pushed_lsn = 0; >+ } else { >+ tout = 10; > } > > return tout;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 813137
:
577872
| 581261