projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432900f
)
sched: Correctly sort struct predeclarations
author
Peter Oskolkov
<posk@google.com>
Tue, 26 Jan 2021 19:34:49 +0000
(11:34 -0800)
committer
Peter Zijlstra
<peterz@infradead.org>
Wed, 27 Jan 2021 16:26:43 +0000
(17:26 +0100)
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
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 31169e70476afd995f4f67483b8929742d98fa58..e1152227bb790f644d027967ae6d01be20bcf72b 100644
(file)
--- 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