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>
Tue, 10 Aug 2021 19:52:05 +0000 (13:52 -0600)
commitef9bab5dc9cd37e50b858a8325b37113c32a2998
treebf596374340dd4a4cff6599f9eeed5cb3a91cfd0
parent7c66de0bf6711416be6b70db853bfa315d963813
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