Re: [PATCH] igmp: uninline ip_mc_validate_checksum()

2019-10-04 Thread David Miller
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.

[PATCH] igmp: uninline ip_mc_validate_checksum()

2019-10-03 Thread Alexey Dobriyan
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