summaryrefslogtreecommitdiffstats
path: root/crypto/xcbc.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-10-22 14:14:12 -0600
committerJens Axboe <axboe@kernel.dk>2020-10-22 14:14:12 -0600
commit4017eb91a9e79bbb5d14868c207436f4a6a0af50 (patch)
tree52b10b9be866ee66d241e0095747dc44b8314d2b /crypto/xcbc.c
parentc8fb20b5b4206e9206ea8f129aa4592ad15918bd (diff)
downloadlinux-4017eb91a9e79bbb5d14868c207436f4a6a0af50.tar.bz2
io_uring: make loop_rw_iter() use original user supplied pointers
We jump through a hoop for fixed buffers, where we first map these to a bvec(), then kmap() the bvec to obtain the pointer we copy to/from. This was always a bit ugly, and with the set_fs changes, it ends up being practically problematic as well. There's no need to jump through these hoops, just use the original user pointers and length for the non iter based read/write. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto/xcbc.c')
0 files changed, 0 insertions, 0 deletions