Re: [PATCH] async: Using current_work() to implement current_is_async()

From: Bart Van Assche
Date: Thu Sep 26 2019 - 11:27:19 EST


On 9/26/19 1:40 AM, Yunfeng Ye wrote:
current_is_async() can be implemented using current_work(), it's better
not to be aware of the workqueue's internal information.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>