io_uring: use 'sr' vs 'req->sr_msg' consistently
authorJens Axboe <axboe@kernel.dk>
Sat, 30 Apr 2022 21:22:44 +0000 (15:22 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 May 2022 23:14:33 +0000 (17:14 -0600)
commit0a352aaa9473006f6bc5b0b2d707827d1c1afe80
treee3408cc85fdc4df7bfcba9941dc1aa6adff3e59c
parent0455d4ccec548b0fb51db39a4d3350a7a80a0222
io_uring: use 'sr' vs 'req->sr_msg' consistently

For all of send/sendmsg and recv/recvmsg we have the local 'sr' variable,
yet some cases still use req->sr_msg which sr points to. Use 'sr'
consistently.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c