Re: [PATCH 09/16] xfs: convert timeouts to secs_to_jiffies()

From: Easwar Hariharan
Date: Wed Jan 29 2025 - 12:13:23 EST


On 1/28/2025 9:21 PM, Christoph Hellwig wrote:
> On Tue, Jan 28, 2025 at 06:21:54PM +0000, Easwar Hariharan wrote:
>> else
>> - cfg->retry_timeout = msecs_to_jiffies(
>> - init[i].retry_timeout * MSEC_PER_SEC);
>> + cfg->retry_timeout = secs_to_jiffies(init[i].retry_timeout);
>
> This messes up the formatting by introducing an overly long line.
>
> Otherwise the change looks fine.

I'll fix this in v2. Thanks for the review!

- Easwar (he/him)