Skip to content

Commit 9f5612a

Browse files
committed
Testing Github actions as a contributor
THIS IS BREAKING AND NOT INTENDED TO BE SHIPPED
1 parent 369d0f6 commit 9f5612a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/sched.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ struct kmap_ctrl {
677677
#endif
678678
};
679679

680-
struct task_struct;
680+
struct task_struct // oops only breaks
681681

682682
struct task_struct_rh {
683683
/* Empty if CONFIG_POSIX_CPUTIMERS=n */
@@ -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;
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)