On 1/18/24 13:30, Martin KaFai Lau wrote:
On 1/17/24 5:49 PM, thinker.li@xxxxxxxxx wrote:@@ -1750,11 +1755,6 @@ static inline int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map,{ return -EINVAL; } -static inline int bpf_struct_ops_link_create(union bpf_attr *attr) -{ - return -EOPNOTSUPP; -} -This patch is about adding bpf_struct_ops_desc. Why the bpf_struct_ops_link_create() is removed here?An unrelated (and unnecessary?) changes?
Sorry! It is a mistake causing by rebasing.