]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fix-fwd-enum-resolution'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 14 Mar 2019 20:53:19 +0000 (13:53 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 14 Mar 2019 20:53:19 +0000 (13:53 -0700)
commit92c44aca44ac239e4536f315bda04b5d8f70d3fc
treef8595a44b351aebf6d14eef95fa827f3f86de5be
parentfd10a0cb07f53cbfcfa6933abe29f34f79b4a440
parentc2d90e3252682c2ee6be583f2acd85396a3191a7
Merge branch 'fix-fwd-enum-resolution'

Andrii Nakryiko says:

====================
This patchset adds ability to resolve forward-declared enums into their
corresponding full enum definition types during type deduplication,
eliminating one of the reasons for having duplicated graphs of types.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>