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, 9 Aug 2021 15:05:44 +0000 (09:05 -0600)
commitc06d247e1064983c2783f282d58bd8cd8ca44280
tree07f0fa7b762f51741bed6c506d4c49eb801785e3
parent1453e4af97fe05e5647f2fe003557499ca6f102c
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