From: Peter Oskolkov Date: Tue, 26 Jan 2021 19:34:49 +0000 (-0800) Subject: sched: Correctly sort struct predeclarations X-Git-Tag: accepted/tizen/unified/20230118.172025~7848^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1875dc5b8ff4690547c446ef222083e28e2d9463;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20210126193449.487547-1-posk@google.com --- diff --git a/include/linux/sched.h b/include/linux/sched.h index 31169e7..e115222 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