]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/delayacct.c
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
[karo-tx-linux.git] / kernel / delayacct.c
index 81e697829633cb31725e589e68ab55642b6aa9e1..09e9574eeb26f0273054e1111224521e0a072c67 100644 (file)
@@ -119,7 +119,7 @@ int __delayacct_add_tsk(struct taskstats *d, struct task_struct *tsk)
         * No locking available for sched_info (and too expensive to add one)
         * Mitigate by taking snapshot of values
         */
-       t1 = tsk->sched_info.pcnt;
+       t1 = tsk->sched_info.pcount;
        t2 = tsk->sched_info.run_delay;
        t3 = tsk->sched_info.cpu_time;