]> 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)
commitcb93a917e5af46959afeebe906288a8463614db9
tree0271b72314fc293dedc78b2584588adc87d90ef4
parent0dd7cc44a9f12e03bba31950a0b9bc13f1d6e280
parentb358ecdbaa9167e0c1be3208602a67d8d5efa393
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