On Wed, Sep 25, 2019 at 01:37:45PM -0700, Andrii Nakryiko wrote: > BTF-to-C converter previously skipped anonymous enums in an assumption > that those are embedded in struct's field definitions. This is not > always the case and a lot of kernel constants are defined as part of > anonymous enums. This change fixes the logic by eagerly marking all > types as either referenced by any other type or not. This is enough to > distinguish two classes of anonymous enums and emit previously omitted > enum definitions. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied, thanks!