]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4/igmp: shrink struct ip_sf_list
authorEric Dumazet <edumazet@google.com>
Wed, 22 May 2019 22:00:25 +0000 (15:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:57:37 +0000 (17:57 -0700)
commitc9f66a04d2bd35de034562ca61251714287ff5ee
treeb12fdde9097d95686067d737775b2d128516db44
parent4750785e6fbf517d5a609c13363c079f462bd7cf
ipv4/igmp: shrink struct ip_sf_list

Removing two 4 bytes holes allows to use kmalloc-32
kmem cache instead of kmalloc-64 on 64bit kernels.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/igmp.h