diff options
author | Peter Oskolkov <posk@google.com> | 2021-01-26 11:34:49 -0800 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-01-27 17:26:43 +0100 |
commit | 1875dc5b8ff4690547c446ef222083e28e2d9463 (patch) | |
tree | 31b78801ad60c83a67704c4c1ef046f425716086 /include/linux/sched.h | |
parent | 432900f8164b77376df2c25113fb94f9d7fffd79 (diff) | |
download | lwn-1875dc5b8ff4690547c446ef222083e28e2d9463.tar.gz lwn-1875dc5b8ff4690547c446ef222083e28e2d9463.zip |
sched: Correctly sort struct predeclarations
The comment says:
/* task_struct member predeclarations (sorted alphabetically): */
So move io_uring_task where it belongs (alphabetically).
Signed-off-by: Peter Oskolkov <posk@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210126193449.487547-1-posk@google.com
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 31169e70476a..e1152227bb79 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -47,6 +47,7 @@ struct cfs_rq; struct fs_struct; struct futex_pi_state; struct io_context; +struct io_uring_task; struct mempolicy; struct nameidata; struct nsproxy; @@ -65,7 +66,6 @@ struct sighand_struct; struct signal_struct; struct task_delay_info; struct task_group; -struct io_uring_task; /* * Task state bitmask. NOTE! These bits are also |