ioprio: move io priority from task_struct to io_context
[deliverable/linux.git] / include / linux / init_task.h
index 796019b22b6ff5c549c609530e454d37d162b1d4..e6b3f70806790b2a8e7810b3258cddc8b69cb748 100644 (file)
@@ -137,7 +137,6 @@ extern struct group_info init_groups;
                .time_slice     = HZ,                                   \
                .nr_cpus_allowed = NR_CPUS,                             \
        },                                                              \
-       .ioprio         = 0,                                            \
        .tasks          = LIST_HEAD_INIT(tsk.tasks),                    \
        .ptrace_children= LIST_HEAD_INIT(tsk.ptrace_children),          \
        .ptrace_list    = LIST_HEAD_INIT(tsk.ptrace_list),              \
This page took 0.023833 seconds and 5 git commands to generate.