Files
linux-bredos/include/linux
Dave Marchevsky 30465003ad bpf: rename list_head -> graph_root in field info types
Many of the structs recently added to track field info for linked-list
head are useful as-is for rbtree root. So let's do a mechanical renaming
of list_head-related types and fields:

include/linux/bpf.h:
  struct btf_field_list_head -> struct btf_field_graph_root
  list_head -> graph_root in struct btf_field union
kernel/bpf/btf.c:
  list_head -> graph_root in struct btf_field_info

This is a nonfunctional change, functionality to actually use these
fields for rbtree will be added in further patches.

Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
Link: https://lore.kernel.org/r/20221217082506.1570898-5-davemarchevsky@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2022-12-28 20:14:22 -08:00
..
2022-10-27 13:23:43 +02:00
2022-11-04 12:59:25 +02:00
2022-12-06 10:18:27 -07:00
2022-12-07 09:43:12 -07:00
2022-11-18 09:14:10 +01:00
2022-10-20 10:13:30 +02:00
2022-10-24 12:30:26 +03:00
2022-11-11 18:18:05 -08:00
2022-11-15 00:42:02 -08:00
2022-12-11 19:30:20 -08:00
2022-10-03 14:03:19 -07:00
2022-11-09 19:28:49 -08:00
2022-10-03 14:03:19 -07:00
2022-10-16 17:58:54 -05:00
2022-10-03 17:34:32 -07:00
2022-10-04 20:52:38 +02:00
2022-10-20 10:13:30 +02:00
2022-10-23 18:06:54 -04:00
2022-11-22 16:36:27 +02:00
2022-10-21 10:11:00 -07:00
2022-12-09 19:47:41 -08:00
2022-11-29 15:00:06 -08:00
2022-12-12 11:39:12 +01:00
2022-10-07 09:32:40 -04:00
2022-11-10 12:03:36 -07:00