]> asedeno.scripts.mit.edu Git - linux.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)
commit0db355d499f10a79b6a5161e77c7eba8f062bde4
treeb12fdde9097d95686067d737775b2d128516db44
parentfc651001d2c5ca4f8b87efae2edb69fca94a6365
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