commit | 8c1b2bf16d5944cd5c3a8a72e24ed9e22360c1af | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 24 08:43:34 2020 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Apr 27 22:20:22 2020 +0200 |
tree | 0daa0a2c700445eb28839516bc5de307d09fed9f | |
parent | e411eb257b331bf44cbe8845b5351260c8222c6c [diff] |
bpf, cgroup: Remove unused exports Except for a few of the networking hooks called from modular ipv4 or ipv6 code, all of hooks are just called from guaranteed to be built-in code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrey Ignatov <rdna@fb.com> Link: https://lore.kernel.org/bpf/20200424064338.538313-2-hch@lst.de