]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: place cflags into completion data
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 13 Jul 2020 20:37:16 +0000 (23:37 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jul 2020 18:55:45 +0000 (12:55 -0600)
commit3cd72efc2e7ce81d192d4b17831fd9fc38ef1921
treea59b0aa414f967de99babce79a2db91fe0390d65
parenteefd502b8d8cc770a5b72889eb925c2665480ed9
io_uring: place cflags into completion data

req->cflags is used only for defer-completion path, just use completion
data to store it. With the 4 bytes from the ->sequence patch and
compacting io_kiocb, this frees 8 bytes.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c