Skip to content

Commit 77d95ba

Browse files
committed
Break the kabi
1 parent 24baf67 commit 77d95ba

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,6 +691,7 @@ 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;
694695

695696
struct perf_event *group_leader;
696697
struct pmu *pmu;
@@ -805,7 +806,6 @@ struct perf_event {
805806
#endif
806807
struct list_head sb_list;
807808

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

0 commit comments

Comments
 (0)