On 10/30/23 12:28 PM, thinker.li@xxxxxxxxx wrote:
+static void bpf_struct_ops_init_one(struct bpf_struct_ops_desc *st_ops_desc, struct btf *btf, struct bpf_verifier_log *log)
nit. I think this should be renamed to bpf_struct_ops_desc_init() instead. It is initializing 'struct bpf_struct_ops_desc' now.