commit | 5a95cbb80ef8d8f2db29ab10777cd4742e6fc8ec | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sun Mar 29 21:59:02 2020 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Mar 30 01:16:50 2020 +0200 |
tree | 26d05f20892a2d22c715366fa8d48aa6e4e78181 | |
parent | ae661deca7b9f3fa7d1eda99aedbdd12155ade40 [diff] |
bpf, net: Fix build issue when net ns not configured Fix a redefinition of 'net_gen_cookie' error that was overlooked when net ns is not configured. Fixes: f318903c0bf4 ("bpf: Add netns cookie and enable it for bpf cgroup hooks") Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>