else
> - cfg->retry_timeout = msecs_to_jiffies(
> - init[i].retry_timeout * MSEC_PER_SEC);
> + cfg->retry_timeout =
> secs_to_jiffies(init[i].retry_timeout);
> }
> return 0;
Looks fine to me.
Reviewed-by: Carlos Maiolino
>
>
> --
> 2.43.0
>
>
On Tue, Jan 14, 2025 at 09:27:59AM -0500, Alex Deucher wrote:
> On Tue, Jan 14, 2025 at 5:37 AM Carlos Maiolino wrote:
> >
> > On Tue, 17 Dec 2024 23:58:10 +0100, Mirsad Todorovac wrote:
> > > The static analyser tool gave the following advice:
> > >
&
fo)
[2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
commit: 9d9b72472631262b35157f1a650f066c0e11c2bb
[3/3] btrfs: replace kmalloc() and memcpy() with kmemdup()
(no commit info)
Best regards,
--
Carlos Maiolino
gt; [...]
Applied to for-next, thanks!
[2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
commit: 9d9b72472631262b35157f1a650f066c0e11c2bb
Best regards,
--
Carlos Maiolino
ed
> improvement.
>
> Link: https://lwn.net/Articles/198928/
> Fixes: 94a69db2367ef ("xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS")
> Fixes: 384f3ced07efd ("[XFS] Return case-insensitive match for dentry cache")
> Fixes: 2451337dd0439 ("xfs: global error sign c