bpf: Remove unused btf_struct_access stub
authorDaniel Xu <dxu@dxuuu.xyz>
Tue, 20 Sep 2022 14:15:22 +0000 (08:15 -0600)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 20 Sep 2022 21:30:34 +0000 (14:30 -0700)
This stub was not being used anywhere.

Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
Link: https://lore.kernel.org/r/590e7bd6172ffe0f3d7b51cd40e8ded941aaf7e8.1663683114.git.dxu@dxuuu.xyz
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
include/net/netfilter/nf_conntrack_bpf.h

index a61a93d1c6dc4e7251f139052a34fc6b1a93428e..9c07d2d59da5a49fc02cf3eb81ba0d73a9f8c0eb 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef _NF_CONNTRACK_BPF_H
 #define _NF_CONNTRACK_BPF_H
 
-#include <linux/bpf.h>
-#include <linux/btf.h>
 #include <linux/kconfig.h>
 #include <linux/mutex.h>
 
@@ -31,16 +29,6 @@ static inline void cleanup_nf_conntrack_bpf(void)
 {
 }
 
-static inline int nf_conntrack_btf_struct_access(struct bpf_verifier_log *log,
-                                                const struct btf *btf,
-                                                const struct btf_type *t, int off,
-                                                int size, enum bpf_access_type atype,
-                                                u32 *next_btf_id,
-                                                enum bpf_type_flag *flag)
-{
-       return -EACCES;
-}
-
 #endif
 
 #endif /* _NF_CONNTRACK_BPF_H */