]> git.baikalelectronics.ru Git - kernel.git/commit
igmp: uninline ip_mc_validate_checksum()
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 3 Oct 2019 21:26:52 +0000 (00:26 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:26:46 +0000 (14:26 -0700)
commit0817f58d9d5149334c32290cf0f20403bcfc9bc2
treeac4708c4960ca22a32d2a9f128543368e24384b8
parent36d47785a23928319eda78e4bc53a5a310f490d1
igmp: uninline ip_mc_validate_checksum()

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 <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c