summary refs log tree commit diff
path: root/crypto/af_alg.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-10-23 07:52:23 -0600
committerJens Axboe <axboe@kernel.dk>2021-10-25 09:28:38 -0600
commit4c3d8accdce26afa8089609593aa92965b500f72 (patch)
tree2532d9321a09daf301b46b6fce6ac656416c4f02 /crypto/af_alg.c
parente94f68527a35271131cdf9d3fb4eb3c2513dc3d0 (diff)
downloadlinux-4c3d8accdce26afa8089609593aa92965b500f72.tar.gz
usb: remove res2 argument from gadget code completions
The USB gadget code is the only code that every tried to utilize the
2nd argument of the aio completions, but there are strong suspicions
that it was never actually used by anything on the userspace side.

Out of the 3 cases that touch it, two of them just pass in the same
as res, and the last one passes in error/transfer in res like any
other normal use case.

Remove the 2nd argument, pass 0 like the rest of the in-kernel users
of kiocb based IO.

Link: https://lore.kernel.org/linux-block/20211021174021.273c82b1.john@metanate.com/
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto/af_alg.c')
0 files changed, 0 insertions, 0 deletions