Skip to content

Commit 30feb89

Browse files
committed
Revert "Final Fix for a test"
This reverts commit 45e010a.
1 parent 323b26d commit 30feb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/sched.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ struct task_struct_rh {
700700
#endif
701701

702702
/* pointer back to the main task_struct */
703-
struct task_struct *task_struct; // ooops only break;
703+
struct task_struct *task_struct // ooops only break;
704704
int trc_reader_nesting;
705705
int trc_ipi_to_cpu;
706706
union rcu_special trc_reader_special;

0 commit comments

Comments
 (0)