commit | 88459b50b42a4bd58e528006663afabd0b8652f2 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Oct 17 00:07:10 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 05:49:56 2021 -0600 |
tree | 27772501a155d0e3cbabf95ab9cec0a2c9a689a5 | |
parent | 35645ac3c1853fbb54d8acd50fd12184f7905d5f [diff] |
io_uring: simplify io_file_supports_nowait() Make sure that REQ_F_SUPPORT_NOWAIT is always set io_prep_rw(), and so we can stop caring about setting it down the line simplifying io_file_supports_nowait(). Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/60c8f1f5e2cb45e00f4897b2cec10c5b3669da91.1634425438.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>