Re: [PATCH] fuse: use min_not_zero() in fuse_init_server_timeout()
From: Joanne Koong
Date: Fri Jul 31 2026 - 13:57:43 EST
On Fri, Jul 31, 2026 at 8:44 AM Sang-Heon Jeon <ekffu200098@xxxxxxxxx> wrote:
>
> fuse_init_server_timeout() limits timeout to fuse_max_req_timeout with
> the same logic as min_not_zero(), and returns early exactly when the
> computed timeout would be zero.
>
> So use min_not_zero() instead and return when the computed timeout is
> zero.
>
> No functional change.
>
> Signed-off-by: Sang-Heon Jeon <ekffu200098@xxxxxxxxx>
Reviewed-by: Joanne Koong <joannelkoong@xxxxxxxxx>