Re: [PATCH V2 00/13] use time_is_xxx() instead of jiffies judgment

From: Theodore Ts'o
Date: Sat Feb 12 2022 - 11:47:46 EST


On Thu, Feb 10, 2022 at 06:30:23PM -0800, Qing Wang wrote:
> From: Wang Qing <wangqing@xxxxxxxx>
>
> It is better to use time_is_xxx() directly instead of jiffies judgment
> for understanding.

Hi Wang,

"judgement" doesn't really make sense as a description to an English
speaker. The following a commit desription (for all of these series)
is probably going to be a bit more understable:

Use the helper function time_is_{before,after}_jiffies() to improve
code readability.

Cheers,

- Ted