Do not call it anymore and avoid updating the fdstate.
struct timeval delta;
int delta_ms;
int fds;
- int updt_idx, en, eo;
+ int updt_idx, en;
char count;
int readnotnull, writenotnull;
int old_maxfd, new_maxfd, max_add_fd;
HA_SPIN_LOCK(FD_LOCK, &fdtab[fd].lock);
fdtab[fd].update_mask &= ~tid_bit;
- eo = fdtab[fd].state;
- en = fd_compute_new_polled_status(eo);
- fdtab[fd].state = en;
+ en = fdtab[fd].state;
HA_SPIN_UNLOCK(FD_LOCK, &fdtab[fd].lock);
/* we have a single state for all threads, which is why we