Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2021 17:17:11 +0000 (10:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2021 17:17:11 +0000 (10:17 -0700)
commitb6773cdb0e9fa75993946753d12f05eb3bbf3bce
tree0271b72314fc293dedc78b2584588adc87d90ef4
parent71ae42629e65edab618651c8ff9c88e1edd717aa
parent6b19b766e8f077f29cdb47da5003469a85bbfb9c
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block

Pull kiocb->ki_complete() cleanup from Jens Axboe:
 "This removes the res2 argument from kiocb->ki_complete().

  Only the USB gadget code used it, everybody else passes 0. The USB
  guys checked the user gadget code they could find, and everybody just
  uses res as expected for the async interface"

* tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block:
  fs: get rid of the res2 iocb->ki_complete argument
  usb: remove res2 argument from gadget code completions
block/fops.c
drivers/block/loop.c
fs/ceph/file.c
fs/io_uring.c