]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf: Remove unused macro
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>
Tue, 1 Oct 2024 20:06:05 +0000 (22:06 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 2 Oct 2024 09:51:54 +0000 (11:51 +0200)
commit8f5b408d7661e33157b16c4e4d232f483e8e4f79
tree65376125ad978edae02131a6ec3bdbdea962116c
parente076cd7b483bd5cde734d2221fbb6617a6642f5e
bpf: Remove unused macro

Commit 7aebfa1b3885 ("bpf: Support narrow loads from bpf_sock_addr.user_port")
removed one and only SOCK_ADDR_LOAD_OR_STORE_NESTED_FIELD callsite but kept
the macro. Remove it to clean up the code base. Found while getting lost in
the BPF code.

Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20241001200605.249526-1-maciej.fijalkowski@intel.com
net/core/filter.c