Merge branch 'for-5.8/io_uring' into for-next
authorJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:16:08 +0000 (16:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:16:08 +0000 (16:16 -0600)
commitd48005c8bcc754f092c4c3d12b8a255d00b1040c
tree6fcb553c55e6915084056faa1f00d48ff193d928
parent15fb5492820881bed764dd09152e4aac6d3d4d3c
parent7d01bd745a8f52ff2883f661235139ab6e7d23e6
Merge branch 'for-5.8/io_uring' into for-next

* for-5.8/io_uring:
  io_uring: remove obsolete 'state' parameter
  io_uring: remove 'fd is io_uring' from close path
  io_uring: don't use 'fd' for openat/openat2/statx
  splice: move f_mode checks to do_{splice,tee}()
  io_uring: handle -EFAULT properly in io_uring_setup()
  io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()