Skip to content

Commit 3989c50

Browse files
committed
Revert "[LTS 8.8-RT] Ooops all breaks"
This reverts commit 713c260.
1 parent db599d2 commit 3989c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ struct task_struct_rh {
698698
#endif
699699

700700
/* pointer back to the main task_struct */
701-
struct task_struct *task_struct //oops all breaks
701+
struct task_struct *task_struct;
702702
int trc_reader_nesting;
703703
int trc_ipi_to_cpu;
704704
union rcu_special trc_reader_special;

0 commit comments

Comments
 (0)