Re: [PATCH] fuse: use min_not_zero() in fuse_init_server_timeout()
From: Miklos Szeredi
Date: Tue Aug 18 2026 - 08:36:16 EST
On Fri, 31 Jul 2026 at 17:47, 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.
Applied, thanks.
Miklos