io_uring: use kiocb->private to hold rw_len io_uring-bio-cache
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Mar 2021 16:01:24 +0000 (09:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Jul 2021 20:04:43 +0000 (14:04 -0600)
commit29556561383c03f8f7ad1846069e71913161167a
tree13911ffee5454ad0c4ac7cf0cf6122afefefc853
parent804198612180a65382e20a58b0e3b54d4003c65a
io_uring: use kiocb->private to hold rw_len

We don't need a separate member in io_rw for this, we can just use the
kiocb->private field as we're not using it for anything else anyway.
This saves 8 bytes in io_rw, which we'll be needing once kiocb grows
a new member.

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