From: Alexey Dobriyan
Date: Fri, 4 Oct 2019 00:26:52 +0300
> This function is only used via function pointer.
>
> "inline" doesn't hurt given that taking address of an inline function
> forces out-of-line version but it doesn't help either.
>
> Signed-off-by: Alexey Dobriyan
Applied.
This function is only used via function pointer.
"inline" doesn't hurt given that taking address of an inline function
forces out-of-line version but it doesn't help either.
Signed-off-by: Alexey Dobriyan
---
net/ipv4/igmp.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/net/i