Re: [PATCH] fuse: drop redundant initializer in process_init_limits()
From: Miklos Szeredi
Date: Wed Jun 10 2026 - 08:37:19 EST
On Fri, 22 May 2026 at 08:55, Li Wang <liwang@xxxxxxxxxx> wrote:
>
> The local max_background variable was declared with a duplicated
> assignment (max_background = max_background = arg->max_background).
> Remove the redundant assignment.
>
> Signed-off-by: Li Wang <liwang@xxxxxxxxxx>
Folded into original patch in for-next.
Thanks,
Miklos