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 152070 Details for
Bug 210281
Process does not exit and hangs forever after calling exit_aio
[?]
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]
be sure to schedule the aio work queue after a short read
aio-queue-work-after-short-read.patch (text/plain), 450 bytes, created by
Jeff Moyer
on 2007-04-09 22:28:17 UTC
(
hide
)
Description:
be sure to schedule the aio work queue after a short read
Filename:
MIME Type:
Creator:
Jeff Moyer
Created:
2007-04-09 22:28:17 UTC
Size:
450 bytes
patch
obsolete
>--- linux-2.6.9/fs/aio.c.orig 2007-04-09 16:44:56.000000000 -0400 >+++ linux-2.6.9/fs/aio.c 2007-04-09 16:46:43.000000000 -0400 >@@ -757,9 +757,8 @@ out: > INIT_LIST_HEAD(&iocb->ki_run_list); > /* we must queue the next iteration ourselves, if it > * has already been kicked */ >- if (kiocbIsKicked(iocb)) { >- __queue_kicked_iocb(iocb); >- } >+ if (kiocbIsKicked(iocb) && __queue_kicked_iocb(iocb)) >+ aio_queue_work(ctx); > } > return ret; > }
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 210281
:
145468
| 152070