usb: remove res2 argument from gadget code completions
authorJens Axboe <axboe@kernel.dk>
Sat, 23 Oct 2021 13:52:23 +0000 (07:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Oct 2021 15:28:38 +0000 (09:28 -0600)
commit4c3d8accdce26afa8089609593aa92965b500f72
tree2532d9321a09daf301b46b6fce6ac656416c4f02
parente94f68527a35271131cdf9d3fb4eb3c2513dc3d0
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>
drivers/usb/gadget/function/f_fs.c
drivers/usb/gadget/legacy/inode.c