commit | 4d6a75b65dbfa910e84b2cbd7cd54468cf33ff9b | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Thu Aug 17 15:07:22 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 17 10:15:53 2017 -0700 |
tree | 088c702904e1f91995b3ce041527561f2941d81c | |
parent | 1ab2de2bfed3ab2073ed1e7afa2b1134930d2b70 [diff] |
bpf: no need to nullify ri->map in xdp_do_redirect We are guaranteed to have a NULL ri->map in this branch since we test for it earlier, so we don't need to reset it here. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>