https://github.com/torvalds/linux
Revision 8358e3a8264a228cf2dfb6f3a05c0328f4118f12 authored by Jens Axboe on 23 April 2019, 14:17:58 UTC, committed by Jens Axboe on 23 April 2019, 14:17:58 UTC
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>
1 parent fb775fa
History
Tip revision: 8358e3a8264a228cf2dfb6f3a05c0328f4118f12 authored by Jens Axboe on 23 April 2019, 14:17:58 UTC
io_uring: remove 'state' argument from io_{read,write} path
Tip revision: 8358e3a
File Mode Size
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 206 bytes
base.c -rw-r--r-- 3.9 KB
fs.c -rw-r--r-- 18.9 KB
gcc_3_4.c -rw-r--r-- 13.7 KB
gcc_4_7.c -rw-r--r-- 13.5 KB
gcov.h -rw-r--r-- 2.7 KB

back to top