Loading
io_uring/eventfd: remove unused ctx->evfd_last_cq_tail member
A previous commit got rid of any use of this member, but forgot to remove it. Kill it. Fixes: f4bb2f65 ("io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fd") Signed-off-by:Jens Axboe <axboe@kernel.dk>