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)
commit0f7e466b393abab86be96ffcf00af383afddc0d1
treea59b0aa414f967de99babce79a2db91fe0390d65
parent9cf7c104deaef52d6fd7c103a716e31d9815ede8
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