diff options
| author | Sang-Heon Jeon <ekffu200098@gmail.com> | 2026-08-01 00:44:36 +0900 |
|---|---|---|
| committer | Miklos Szeredi <mszeredi@redhat.com> | 2026-08-18 14:35:23 +0200 |
| commit | b77334654027ef56583e257e26e6d8a6ed8f9830 (patch) | |
| tree | a3a09bcb14d25f92cae107a2a1f22abf7bc1446b /include/linux/timerqueue_types.h | |
| parent | fd10f40af314f07b6d6e028b1ca25c8b49903aab (diff) | |
fuse: use min_not_zero() in fuse_init_server_timeout()
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@gmail.com>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/linux/timerqueue_types.h')
0 files changed, 0 insertions, 0 deletions
