aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-08-17 17:08:42 +0000
committerAndrii Nakryiko <[email protected]>2021-08-17 21:09:12 +0000
commit8cacfc85b615cc0bae01241593c4b25da6570efc (patch)
tree8aa0673e7d74df525a294d69190736e3cc87e94b /net/unix/af_unix.c
parentMerge branch 'selftests/bpf: fix flaky send_signal test' (diff)
downloadkernel-8cacfc85b615cc0bae01241593c4b25da6570efc.tar.gz
kernel-8cacfc85b615cc0bae01241593c4b25da6570efc.zip
bpf: Remove redundant initialization of variable allow
The variable allow is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions