]> 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)
commitafc80c99b822714d79aa1c52ab56c2edbd1c6474
treeb12fdde9097d95686067d737775b2d128516db44
parentaa70f4cb31aa4575d3d004da5afa997613aad40c
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