diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2011-09-07 10:41:32 -0600 |
---|---|---|
committer | Wu Fengguang <fengguang.wu@intel.com> | 2011-11-17 20:49:06 +0800 |
commit | 468e6a20afaccb67e2a7d7f60d301f90e1c6f301 (patch) | |
tree | 5558e92e85decd0fa0bb95ed6e637e1f68ea2fe1 /include/linux/init_task.h | |
parent | 1df647197c5b8aacaeb58592cba9a1df322c9000 (diff) |
writeback: remove vm_dirties and task->dirties
They are not used any more.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 08ffab01e76c..94b1e356c02a 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h @@ -184,7 +184,6 @@ extern struct cred init_cred; [PIDTYPE_SID] = INIT_PID_LINK(PIDTYPE_SID), \ }, \ .thread_group = LIST_HEAD_INIT(tsk.thread_group), \ - .dirties = INIT_PROP_LOCAL_SINGLE(dirties), \ INIT_IDS \ INIT_PERF_EVENTS(tsk) \ INIT_TRACE_IRQFLAGS \ |