Re: [PATCH 2/2] drivers: hv: Convert open-coded timeouts to secs_to_jiffies()
From: Easwar Hariharan
Date: Wed Oct 23 2024 - 13:35:22 EST
On 10/22/2024 10:36 PM, Praveen Kumar wrote:
> On 23-10-2024 00:23, Easwar Hariharan wrote:
>> We have several places where timeouts are open-coded as N (seconds) * HZ,
>> but best practice is to use the utility functions from jiffies.h. Convert
>> the timeouts to be compliant. This doesn't fix any bugs, it's a simple code
>> improvement.
>>
>> Signed-off-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>
>
> I think this is second version of this patch series?
>
> Please make sure, you update the patch version details and document the changes done in the current version.
>
This is the first non-RFC version, but yes, I should have documented the
changes and linked the RFC version.
Thanks,
Easwar