Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Sep 2019 19:08:24 +0000 (12:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Sep 2019 19:08:24 +0000 (12:08 -0700)
commit738f531d877ac2b228b25354dfa4da6e79a2c369
treecea724f0bee623d6694a6cf434992727a8475864
parent47db9b9a6eba4c5b0872220c8c8ff787a4b06ab0
parentbda521624e75c665c407b3d9cece6e7a28178cd8
Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block

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
fs/io_uring.c