Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Peter Oskolkov and committed by
Peter Zijlstra
1875dc5b 432900f8

+1 -1
+1 -1
include/linux/sched.h
··· 47 47 struct fs_struct; 48 48 struct futex_pi_state; 49 49 struct io_context; 50 + struct io_uring_task; 50 51 struct mempolicy; 51 52 struct nameidata; 52 53 struct nsproxy; ··· 66 65 struct signal_struct; 67 66 struct task_delay_info; 68 67 struct task_group; 69 - struct io_uring_task; 70 68 71 69 /* 72 70 * Task state bitmask. NOTE! These bits are also