Skip to content

Commit d174af9

Browse files
committed
Revert "Break the kabi"
This reverts commit 77d95ba.
1 parent 1402bac commit d174af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/perf_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ struct perf_event {
691691
int event_caps;
692692
/* The cumulative AND of all event_caps for events in this group. */
693693
int group_caps;
694-
unsigned int group_generation;
695694

696695
struct perf_event *group_leader;
697696
struct pmu *pmu;
@@ -806,6 +805,7 @@ struct perf_event {
806805
#endif
807806
struct list_head sb_list;
808807

808+
RH_KABI_EXTEND(unsigned int group_generation)
809809
#endif /* CONFIG_PERF_EVENTS */
810810
};
811811

0 commit comments

Comments
 (0)