Commit 95c07d58 authored by Haiyue Wang's avatar Haiyue Wang Committed by Alexei Starovoitov

bpf: update the comment for BTF_FIELDS_MAX

The commit d56b63cf ("bpf: add support for bpf_wq user type")
changes the fields support number to 11, just sync the comment.
Signed-off-by: default avatarHaiyue Wang <haiyue.wang@intel.com>
Acked-by: default avatarYonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20240424054526.8031-1-haiyue.wang@intel.comSigned-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 82e38a50
...@@ -184,7 +184,7 @@ struct bpf_map_ops { ...@@ -184,7 +184,7 @@ struct bpf_map_ops {
}; };
enum { enum {
/* Support at most 10 fields in a BTF type */ /* Support at most 11 fields in a BTF type */
BTF_FIELDS_MAX = 11, BTF_FIELDS_MAX = 11,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment