Skip to content

Commit 45e010a

Browse files
committed
Final Fix for a test
1 parent b2cf9d0 commit 45e010a

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)