]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: return boolean value for io_alloc_async_data
authorHao Xu <haoxu@linux.alibaba.com>
Wed, 22 Sep 2021 10:15:22 +0000 (18:15 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:53 +0000 (05:49 -0600)
commitf38bb8c9993b582bccc12cecfa24e93a5eb595b8
tree3f3b41de8d8d30f64ecd1f96cfda251f9f833a44
parentd2bce44b62e57d1d3f6aff272a343d3521208d47
io_uring: return boolean value for io_alloc_async_data

boolean value is good enough for io_alloc_async_data.

Signed-off-by: Hao Xu <haoxu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20210922101522.9179-1-haoxu@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c