mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 13:04:18 +00:00
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
This commit is contained in:
parent
432900f816
commit
1875dc5b8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue