]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit289205f0d33b1206c47e748596a367e20f5df82d
tree0271b72314fc293dedc78b2584588adc87d90ef4
parent662a515862e16b9887c2fae8e6b95a287f4bbe52
parent208231608c74f53ed4ca3aeb2613efda52e1fb18
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