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-- 10.5 KB
Makefile -rw-r--r-- 553 bytes
autosleep.c -rw-r--r-- 2.6 KB
console.c -rw-r--r-- 3.5 KB
energy_model.c -rw-r--r-- 6.6 KB
hibernate.c -rw-r--r-- 28.5 KB
main.c -rw-r--r-- 18.8 KB
power.h -rw-r--r-- 8.7 KB
poweroff.c -rw-r--r-- 990 bytes
process.c -rw-r--r-- 5.6 KB
qos.c -rw-r--r-- 18.7 KB
snapshot.c -rw-r--r-- 71.8 KB
suspend.c -rw-r--r-- 15.2 KB
suspend_test.c -rw-r--r-- 5.7 KB
swap.c -rw-r--r-- 37.6 KB
user.c -rw-r--r-- 10.2 KB
wakelock.c -rw-r--r-- 5.8 KB

back to top