Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jun 2019 08:58:35 +0000 (16:58 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jun 2019 08:58:35 +0000 (16:58 +0800)
commit9dda12b6fa0eba6b1fd32399b599d05765893dae
treef303ca007424c0c3af40ba88b23b3e3e965bfc2a
parent061913712d6ab77c77192584912afdbd8267c54c
parente6feaf215f07dd98d03ee783c9dd4c7f7e55b74d
Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Just two small fixes.

  One from Paolo, fixing a silly mistake in BFQ. The other one is from
  me, ensuring that we have ->file cleared in the io_uring request a bit
  earlier. That avoids a use-before-free, if we encounter an error
  before ->file is assigned"

* tag 'for-linus-20190628' of git://git.kernel.dk/linux-block:
  block, bfq: fix operator in BFQQ_TOTALLY_SEEKY
  io_uring: ensure req->file is cleared on allocation