]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: epoll: get rid of the now useless fd_compute_new_polled_status()
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jan 2018 20:51:21 +0000 (21:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 5 Feb 2018 15:02:22 +0000 (16:02 +0100)
commit038e54cb3cb84469d9f7614b8d4cbf9fddb118da
treed008e5df4c9f420ca5fe69b8774328e88e8a243a
parent7ac0e35f236db550f46e62f5a7b79f7fd3a64078
MINOR: epoll: get rid of the now useless fd_compute_new_polled_status()

Do not call it anymore and avoid updating the fdstate. We're not very far
from removing the fd lock it seems.
src/ev_epoll.c