On Wed, 3 Aug 2016, Geert Uytterhoeven wrote:

> With m68k-linux-gnu-gcc-4.1:
> 
>     include/linux/slub_def.h:126: warning: ‘fixup_red_left’ declared inline 
> after being called
>     include/linux/slub_def.h:126: warning: previous declaration of 
> ‘fixup_red_left’ was here
> 
> Commit c146a2b98eb5898e ("mm, kasan: account for object redzone in
> SLUB's nearest_obj()") made fixup_red_left() global, but forgot to
> remove the inline keyword.
> 
> Fixes: c146a2b98eb5898e ("mm, kasan: account for object redzone in SLUB's 
> nearest_obj()")
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Acked-by: David Rientjes <[email protected]>

Reply via email to