diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-11-20 01:10:42 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-11-24 16:58:44 -0800 |
commit | 5d946c5abbaf68083fa6a41824dd79e1f06286d8 (patch) | |
tree | 2f5e4665fa092b4d88216e7806aa592f11446c6d /scripts | |
parent | c392bccf2c1075b5d2cc9022d0116a516acb721d (diff) | |
download | linux-5d946c5abbaf68083fa6a41824dd79e1f06286d8.tar.bz2 |
xsk: Fix xsk_poll()'s return type
xsk_poll() is defined as returning 'unsigned int' but the
.poll method is declared as returning '__poll_t', a bitwise type.
Fix this by using the proper return type and using the EPOLL
constants instead of the POLL ones, as required for __poll_t.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.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/20191120001042.30830-1-luc.vanoostenryck@gmail.com
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions