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 161774 Details for
Bug 253337
AIO not shown by iostat, top, etc.
[?]
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]
use io_schedule in the AIO code
linux-2.6-aio-io-schedule.patch (text/plain), 879 bytes, created by
Jeff Moyer
on 2007-08-17 22:23:39 UTC
(
hide
)
Description:
use io_schedule in the AIO code
Filename:
MIME Type:
Creator:
Jeff Moyer
Created:
2007-08-17 22:23:39 UTC
Size:
879 bytes
patch
obsolete
>--- linux-2.6.18.x86_64/fs/aio.c.orig 2007-08-17 18:13:04.000000000 -0400 >+++ linux-2.6.18.x86_64/fs/aio.c 2007-08-17 18:13:15.000000000 -0400 >@@ -305,7 +305,7 @@ static void wait_for_all_aios(struct kio > set_task_state(tsk, TASK_UNINTERRUPTIBLE); > while (ctx->reqs_active) { > spin_unlock_irq(&ctx->ctx_lock); >- schedule(); >+ io_schedule(); > set_task_state(tsk, TASK_UNINTERRUPTIBLE); > spin_lock_irq(&ctx->ctx_lock); > } >@@ -325,7 +325,7 @@ ssize_t fastcall wait_on_sync_kiocb(stru > set_current_state(TASK_UNINTERRUPTIBLE); > if (!iocb->ki_users) > break; >- schedule(); >+ io_schedule(); > } > __set_current_state(TASK_RUNNING); > return iocb->ki_user_data; >@@ -1176,7 +1176,7 @@ retry: > ret = 0; > if (to.timed_out) /* Only check after read evt */ > break; >- schedule(); >+ io_schedule(); > if (signal_pending(tsk)) { > ret = -EINTR; > break;
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 253337
: 161774 |
289911