io_uring: kill unused param from io_file_supports_nowait
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 23 Oct 2021 11:14:01 +0000 (12:14 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Oct 2021 13:42:35 +0000 (07:42 -0600)
commitb9a6b8f92f6feebf40609e4f5f22a3c0404afb60
treeb802d6d902a74a87b6c92ab50e63f214193cf8c5
parentd6a644a795451d5fd063a5c08d6bb3a91d021887
io_uring: kill unused param from io_file_supports_nowait

io_file_supports_nowait() doesn't use rw argument anymore, remove it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/4bd6709fc573d70c866ea656cb7a7dbe94be8026.1634987320.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c