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 23:51:15 +0000 (17:51 -0600)
commit8260368457e9b6d5a52f771e756f4a4753c308cf
treec8db890b14ce0efa4096293f5faeb89b25d8e2b9
parentb9d6d382af4c2ad6fdd56e447c58280a1d894c14
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