caif: don't assume iov_iter type
authorKeith Busch <kbusch@kernel.org>
Wed, 11 Jan 2023 18:42:45 +0000 (10:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 Jan 2023 04:44:20 +0000 (20:44 -0800)
commitc1917514107982794fd448ee2596878f396ee6a8
tree797f8809f360b50cbaca54b58f1eba6a755b8b9d
parente471d83e1fa0154615f2fc60c945339414a59dd7
caif: don't assume iov_iter type

The details of the iov_iter types are appropriately abstracted, so
there's no need to check for specific type fields. Just let the
abstractions handle it.

This is preparing for io_uring/net's io_send to utilize the more
efficient ITER_UBUF.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20230111184245.3784393-1-kbusch@meta.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/caif/caif_socket.c