mm: dirty balancing for tasks
[deliverable/linux.git] / include / linux / sched.h
index 592e3a55f818fe328222a6051d6a51c5c15ecfae..59738efff8ad92c9aa7b5fa3bef6848f5309d882 100644 (file)
@@ -74,6 +74,7 @@ struct sched_param {
 #include <linux/pid.h>
 #include <linux/percpu.h>
 #include <linux/topology.h>
+#include <linux/proportions.h>
 #include <linux/seccomp.h>
 #include <linux/rcupdate.h>
 #include <linux/futex.h>
@@ -1149,6 +1150,7 @@ struct task_struct {
 #ifdef CONFIG_FAULT_INJECTION
        int make_it_fail;
 #endif
+       struct prop_local_single dirties;
 };
 
 /*
This page took 0.034757 seconds and 5 git commands to generate.