]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interface
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index f751062d89a27fe6700fd7e871b3283880bb4fe5..3c5610ca0c923a0208315082f7f1f51d58a0af43 100644 (file)
@@ -990,6 +990,7 @@ struct task_struct {
         */
        struct pipe_inode_info *splice_pipe;
 #ifdef CONFIG_TASK_DELAY_ACCT
+       spinlock_t delays_lock;
        struct task_delay_info *delays;
 #endif
 };