]> git.baikalelectronics.ru Git - kernel.git/commit
samples: bpf: Drop doubled variable declaration in xdpsock
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>
Wed, 5 Feb 2020 04:58:33 +0000 (05:58 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 5 Feb 2020 21:06:09 +0000 (22:06 +0100)
commit0acbaa3abbba15456e96cb0cd37e1b2d384d8e89
tree5764c11370772c61c755b754279b83bdbc663728
parent28b86e50dd73b4794d5ba0854eb9377464a6b50e
samples: bpf: Drop doubled variable declaration in xdpsock

Seems that by accident there is a doubled declaration of global variable
opt_xdp_bind_flags in xdpsock_user.c. The second one is uninitialized so
compiler was simply ignoring it.

To keep things clean, drop the doubled variable.

Fixes: 061a9f81b74d ("samples/bpf: add unaligned chunks mode support to xdpsock")
Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Link: https://lore.kernel.org/bpf/20200205045834.56795-3-maciej.fijalkowski@intel.com
samples/bpf/xdpsock_user.c