io_uring: remove 'state' argument from io_{read,write} path for-linus-20190428
authorJens Axboe <axboe@kernel.dk>
Tue, 23 Apr 2019 14:17:58 +0000 (08:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 23 Apr 2019 14:17:58 +0000 (08:17 -0600)
commit8358e3a8264a228cf2dfb6f3a05c0328f4118f12
treef310ade889e169f6654ef4ba5747a7bb581e859c
parentfb775faa9e46ff481e4ced11116c9bd45359cb43
io_uring: remove 'state' argument from io_{read,write} path

Since commit 09bb839434b we don't use the state argument for any sort
of on-stack caching in the io read and write path. Remove the stale
and unused argument from them, and bubble it up to __io_submit_sqe()
and down to io_prep_rw().

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