1 --- sreadahead.c.orig 2009-01-27 13:51:46.000000000 -0600
2 +++ sreadahead.c 2009-03-28 20:31:06.000000000 -0500
7 + /* Set to print out info - AW - 20090201 */
8 + /* Updated for changes in ftrace in 2.6.29 - JB - 20090328 */
9 + file = fopen("tracing/iter_ctrl", "w");
11 + file =fopen("tracing/trace_options", "w");
13 + perror("Unable to set trace options\n");
16 + fprintf(file, "ftrace_printk");
20 + fprintf(file, "ftrace_printk");
24 file = fopen("tracing/tracing_enabled", "w");
26 perror("Unable to enable tracing\n");