aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2021-12-30 01:27:42 +0000
committerAlexei Starovoitov <[email protected]>2021-12-30 04:03:05 +0000
commitaebb51ec3db2a871d74b4afad3f9914812acf120 (patch)
treec1381250aa990ff5768d65e8c177022510f94559 /net/unix/af_unix.c
parentnet: Add includes masked by netdevice.h including uapi/bpf.h (diff)
downloadkernel-aebb51ec3db2a871d74b4afad3f9914812acf120.tar.gz
kernel-aebb51ec3db2a871d74b4afad3f9914812acf120.zip
bpf: Invert the dependency between bpf-netns.h and netns/bpf.h
netns/bpf.h gets included by netdevice.h (thru net_namespace.h) which in turn gets included in a lot of places. We should keep netns/bpf.h as light-weight as possible. bpf-netns.h seems to contain more implementation details than deserves to be included in a netns header. It needs to pull in uapi/bpf.h to get various enum types. Move enum netns_bpf_attach_type to netns/bpf.h and invert the dependency. This makes netns/bpf.h fit the mold of a struct definition header more clearly, and drops the number of objects rebuilt when uapi/bpf.h is touched from 7.7k to 1.1k. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions