bpf: remove unused static inlines
authorJakub Kicinski <kuba@kernel.org>
Wed, 26 Jan 2022 18:54:12 +0000 (10:54 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 27 Jan 2022 05:17:53 +0000 (21:17 -0800)
commit8033c6c2fed235b3d571b5a5ede302b752bc5c7d
tree7cbaa2b40ed08ac8926883e4b7e96884b52e68a7
parentff943683f8a6dbf887c16275d0e80c1c5391b7bb
bpf: remove unused static inlines

Remove two dead stubs, sk_msg_clear_meta() was never
used, use of xskq_cons_is_full() got replaced by
xsk_tx_writeable() in v5.10.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20220126185412.2776254-1-kuba@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/linux/bpf.h
include/linux/skmsg.h
net/xdp/xsk_queue.h