[PATCH 0/3] Clean ups to epoll references
A handful of simple cleanups to epoll references. David Gibson (3): tcp: Remove unused tcp_epoll_ref epoll_ctl: Add missing description for flowside field of epoll_ref fwd, tcp, udp: Consolidate epoll refs for listening sockets epoll_ctl.h | 7 +++---- fwd.h | 14 ++++++++++++++ tcp.c | 8 ++++---- tcp.h | 24 ------------------------ udp.c | 6 +++--- udp.h | 15 --------------- 6 files changed, 24 insertions(+), 50 deletions(-) -- 2.52.0
This was omitted when the field was added.
Fixes: 705549f83494 ("flow,tcp: Use epoll_ref type including flow and side")
Signed-off-by: David Gibson
This union has been unused for some time. Remove it.
Signed-off-by: David Gibson
participants (1)
-
David Gibson