Re: [PATCH] fuse: use min_not_zero() in fuse_init_server_timeout()
Miklos Szeredi <[email protected]>
| Newsgroups | dev.linux.lists.fuse-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJfpegsuRD9s5aD5Zy+zKEQjKkV6+eQjJVS4RshcwWwiy2fVJw@mail.gmail.com> |
On Fri, 31 Jul 2026 at 17:47, Sang-Heon Jeon <[email protected]> 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