From: Hou Tao <houtao1@xxxxxxxxxx> Hi, Patchset "Simplify xdp_do_redirect_map()/xdp_do_flush_map() and XDP maps" [0] changed per-map flush list to global per-cpu flush list for cpumap, devmap and xskmap, but it forgot to remove these unused fields from cpumap and devmap. So just remove these unused fields. Comments and suggestions are always welcome. Regards, Tao [0]: https://lore.kernel.org/bpf/20191219061006.21980-1-bjorn.topel@xxxxxxxxx Hou Tao (2): bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry bpf, devmap: Remove unused dtab field from bpf_dtab_netdev kernel/bpf/cpumap.c | 3 --- kernel/bpf/devmap.c | 2 -- 2 files changed, 5 deletions(-) -- 2.29.2