We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369d0f6 commit 935c85cCopy full SHA for 935c85c
include/linux/sched.h
@@ -677,7 +677,7 @@ struct kmap_ctrl {
677
#endif
678
};
679
680
-struct task_struct;
+struct task_struct // oops only breaks
681
682
struct task_struct_rh {
683
/* Empty if CONFIG_POSIX_CPUTIMERS=n */
@@ -700,7 +700,7 @@ struct task_struct_rh {
700
701
702
/* pointer back to the main task_struct */
703
- struct task_struct *task_struct;
+ struct task_struct *task_struct // ooops only break;
704
int trc_reader_nesting;
705
int trc_ipi_to_cpu;
706
union rcu_special trc_reader_special;
0 commit comments