Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186608 Details for
Bug 257207
sys-apps/sreadahead removal (was sys-apps/sreadahead-1.0 version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 2.6.29
sreadahead_trace_options.patch (text/plain), 705 bytes, created by
Joe Byfield
on 2009-03-29 01:38:59 UTC
(
hide
)
Description:
Patch for 2.6.29
Filename:
MIME Type:
Creator:
Joe Byfield
Created:
2009-03-29 01:38:59 UTC
Size:
705 bytes
patch
obsolete
>--- sreadahead.c.orig 2009-01-27 13:51:46.000000000 -0600 >+++ sreadahead.c 2009-03-28 20:31:06.000000000 -0500 >@@ -417,6 +417,23 @@ > exit(EXIT_FAILURE); > } > >+ /* Set to print out info - AW - 20090201 */ >+ /* Updated for changes in ftrace in 2.6.29 - JB - 20090328 */ >+ file = fopen("tracing/iter_ctrl", "w"); >+ if (!file) { >+ file =fopen("tracing/trace_options", "w"); >+ if(!file) { >+ perror("Unable to set trace options\n"); >+ /* non-fatal */ >+ } else { >+ fprintf(file, "ftrace_printk"); >+ fclose(file); >+ } >+ } else { >+ fprintf(file, "ftrace_printk"); >+ fclose(file); >+ } >+ > file = fopen("tracing/tracing_enabled", "w"); > if (!file) { > perror("Unable to enable tracing\n");
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 257207
:
180532
|
180534
|
180535
| 186608