io_uring: remove duplicated io_size from rw
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 7 Nov 2020 13:16:26 +0000 (13:16 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Dec 2020 19:04:00 +0000 (12:04 -0700)
commit632546c4b5a4dad8e3ac456406c65c0db9a0b570
tree2a88a7cdf3fd53f081d6a9f5bddd4c97922ccc93
parent10fc72e43352753a08f9cf83aa5c40baec00d212
io_uring: remove duplicated io_size from rw

io_size and iov_count in io_read() and io_write() hold the same value,
kill the last one.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c