Merge git://git.infradead.org/users/willy/linux-nvme
[pandora-kernel.git] / include / linux / sched.h
index 022c085..caa8f4d 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. */