io_uring: rename io_file_supports_async()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Aug 2021 12:04:03 +0000 (13:04 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:07:56 +0000 (13:07 -0600)
commitb191e2dfe5955b392bc8c0ae546dfa5a13649c38
tree31826964f866e9bbcb45ec5e0ce75bf42caecd31
parentac177053bb2cb1f3c4c8bf89bce34c3f2c4823a7
io_uring: rename io_file_supports_async()

io_file_supports_async() checks whether a file supports nowait
operations, so "async" in the name is misleading. Rename it.

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