Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
[linux.git] / include / linux / sched.h
index 022c085ac3c562fb557b4a47f0addb41f57681cd..caa8f4d0186b742c3effc99c296ac99724f2f4d1 100644 (file)
@@ -1411,6 +1411,10 @@ struct task_struct {
 #ifdef CONFIG_UPROBES
        struct uprobe_task *utask;
 #endif
+#if defined(CONFIG_BCACHE) || defined(CONFIG_BCACHE_MODULE)
+       unsigned int    sequential_io;
+       unsigned int    sequential_io_avg;
+#endif
 };
 
 /* Future-safe accessor for struct task_struct's cpus_allowed. */