io_uring: use kiocb->private to hold rw_len io_uring-bio-cache.2
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Mar 2021 16:01:24 +0000 (09:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Aug 2021 21:14:16 +0000 (15:14 -0600)
commitf738bfc922f30b9df99a45ef8759155929599cba
tree868582fd870894db77be2b6da86b2f31a32aec29
parentadc1b5a5186b37c9876a5379e0ad7647c821a7c6
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