]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/proc/base.c
sched: clean up schedstats, cnt -> count
[mv-sheeva.git] / fs / proc / base.c
index 19489b0d5554860e28a1b7e6aeefc5d23fa0d992..e5d0953d4db17f0b81f8f588a02b36887ff4ef5c 100644 (file)
@@ -304,7 +304,7 @@ static int proc_pid_schedstat(struct task_struct *task, char *buffer)
        return sprintf(buffer, "%llu %llu %lu\n",
                        task->sched_info.cpu_time,
                        task->sched_info.run_delay,
-                       task->sched_info.pcnt);
+                       task->sched_info.pcount);
 }
 #endif