Pull more io_uring updates from Jens Axboe:
 "Just two things in here:
   - Improvement to the io_uring CQ ring wakeup for batched IO (me)
   - Fix wrong comparison in poll handling (yangerkun)
  I realize the first one is a little late in the game, but it felt
  pointless to hold it off until the next release. Went through various
  testing and reviews with Pavel and peterz"
* tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block:
  io_uring: make CQ ring wakeups be more efficient
  io_uring: compare cached_cq_tail with cq.head in_io_uring_poll