On Tue, Dec 28, 2021 at 4:49 PM Jakub Kicinski <[email protected]> wrote:
>
> sock.h is pretty heavily used (5k objects rebuilt on x86 after
> it's touched). We can drop the include of filter.h from it and
> add a forward declaration of struct sk_filter instead.
> This decreases the number of rebuilt objects when bpf.h
> is touched from ~5k to ~1k.
>
> There's a lot of missing includes this was masking. Primarily
> in networking tho, this time.
>
> Acked-by: Marc Kleine-Budde <[email protected]>
> Signed-off-by: Jakub Kicinski <[email protected]>
> ---
> v2: https://lore.kernel.org/all/[email protected]/
>  - fix build in bond on ia64
>  - fix build in ip6_fib with randconfig

Nice! Applied. Thanks

Reply via email to