Re: Build fails with SLOB in next

From: Roman Gushchin
Date: Thu Mar 08 2018 - 17:11:53 EST


Hi Tony!

As far as I know, itâs not fixed yet.
Iâll send a fix on Monday.
Sorry for the inconvenience.

Roman

Sent from my iPhone

> On 8 Mar 2018, at 20:29, Tony Lindgren <tony@xxxxxxxxxxx> wrote:
>
> Hi,
>
> Looks like commit 8b1747684ff8 ("dcache: account external names as
> indirectly reclaimable memory") caused build fail if SLOB is selected:
>
> fs/dcache.c: In function '__d_free_external':
> fs/dcache.c:278:22: error: implicit declaration of function
> 'kmalloc_index'; did you mean 'kmalloc_ node'?
> [-Werror=implicit-function-declaration]
> -kmalloc_size(kmalloc_index(bytes)));
> ^~~~~~~~~~~~~
>
> Is this already fixed somewhere?
>
> Regards,
>
> Tony