]> 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)
commit1b19edb2a4c2f4f4a9fc7b9628af30b791323104
treeac4708c4960ca22a32d2a9f128543368e24384b8
parentc235ec9ce8576847c158737e0edcf709a4be0722
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